bazel /
crubit /
5b3f5308bce22d2413889ae1480bac62937268e5 Replace `#![rustfmt::skip]` with `@generated` comment.
`@generated` should still result in suppressing `rustfmt` by default
(see rustfmt docs [1]). At the same time, `@generated` seems better,
because it is a more generic, tool-agnostic approach (compared to
`#![rustfmt::skip]`).
[1] https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#format_generated_files
PiperOrigin-RevId: 426793653
20 files changed
tree: 992ffb4ecf84756b749c8e11477fe39d658c0e27
- lifetime_annotations/
- rs_bindings_from_cc/
- CODE_OF_CONDUCT
- CONTRIBUTING
- LICENSE
- README.md
README.md
Crubit: C++/Rust Bidirectional Interop Tool
Extremely experimental interop tooling for C++ and Rust.
Please don‘t use, this is an experiment and we don’t yet know where will it take us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.