Name Date Size #Lines LOC

..--

3rdparty/H25-Apr-2025-11,80511,247

private/H25-Apr-2025-470405

BUILD.bazelH A D25-Apr-2025760 3226

README.mdH A D25-Apr-2025329 95

defs.bzlH A D25-Apr-2025339 1310

repositories.bzlH A D25-Apr-20252.8 KiB7563

transitive_repositories.bzlH A D25-Apr-2025698 2217

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