Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
3rdparty/ | H | 25-Apr-2025 | - | 11,805 | 11,247 | |
private/ | H | 25-Apr-2025 | - | 470 | 405 | |
BUILD.bazel | H A D | 25-Apr-2025 | 760 | 32 | 26 | |
README.md | H A D | 25-Apr-2025 | 329 | 9 | 5 | |
defs.bzl | H A D | 25-Apr-2025 | 339 | 13 | 10 | |
repositories.bzl | H A D | 25-Apr-2025 | 2.8 KiB | 75 | 63 | |
transitive_repositories.bzl | H A D | 25-Apr-2025 | 698 | 22 | 17 |
README.md
1# Rust Bindgen Rules 2 3These rules are for using [Bindgen][bindgen] to generate [Rust][rust] bindings to C (and some C++) libraries. 4 5See the `rules_rust` documentation for more info: https://bazelbuild.github.io/rules_rust/rust_bindgen.html 6 7[rust]: http://www.rust-lang.org/ 8[bindgen]: https://github.com/rust-lang/rust-bindgen 9