You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-28 19:41:32 +02:00
@ -8,7 +8,7 @@ Specifically,
|
||||
|
||||
```bob
|
||||
+------------+ +----------------------+
|
||||
"//third_party/rust" | crate name | "/v" | major semver version | "/:lib"
|
||||
"//third_party/rust" | crate name | "/v" | major semver version | ":lib"
|
||||
+------------+ +----------------------+
|
||||
```
|
||||
|
||||
@ -20,4 +20,4 @@ rust_static_library("my_rust_lib") {
|
||||
sources = [ "lib.rs" ]
|
||||
deps = [ "//third_party/rust/example_rust_crate/v1:lib" ]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user