mirror of https://github.com/bazelbuild/rules_rust
c603a7710d
Previously we were adding these early on in the link args. This was a bug - if some transitive dep foo has a linkopt of `-lbar`, the `-lbar` needs to be later in the link args list than `-lfoo`. Rather than arbitrarily adding them early on and hoping things work, this adds the args for each library just after we add a dependency on that library. |
||
---|---|---|
.. | ||
3rdparty | ||
private | ||
BUILD.bazel | ||
README.md | ||
defs.bzl | ||
repositories.bzl | ||
transitive_repositories.bzl |
README.md
Rust Bindgen Rules
These rules are for using Bindgen to generate Rust bindings to C (and some C++) libraries.
See the rules_rust
documentation for more info: https://bazelbuild.github.io/rules_rust/rust_bindgen.html