scentini

Results 33 comments of scentini

@otiv-emiel-vanseveren I haven't used `gen_rust_project` often, however it allows you to specify a specific target or wildcard pattern, e.g: `@rules_rust//tools/rust_analyzer:gen_rust_project -- //my_example:target` does that still result in generating spec files...

@bitemyapp [here](https://github.com/bazelbuild/rules_rust/issues/3407#issuecomment-2833625626) you note that there is a perf difference between `cargo bench` & cargo-based builds ran by invoking the binary directly. Apart from this entry: > Bazel + Google...