xref: /aosp_15_r20/external/bazelbuild-rules_rust/bindgen/README.md (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan# Rust Bindgen Rules
2*d4726bddSHONG Yifan
3*d4726bddSHONG YifanThese rules are for using [Bindgen][bindgen] to generate [Rust][rust] bindings to C (and some C++) libraries.
4*d4726bddSHONG Yifan
5*d4726bddSHONG YifanSee the `rules_rust` documentation for more info: https://bazelbuild.github.io/rules_rust/rust_bindgen.html
6*d4726bddSHONG Yifan
7*d4726bddSHONG Yifan[rust]: http://www.rust-lang.org/
8*d4726bddSHONG Yifan[bindgen]: https://github.com/rust-lang/rust-bindgen
9