xref: /aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/api.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1 //! Module api provides a publicly consumable API over rules_rust's crate_universe.
2 //! While it has no formal compatibility guarantees, it is much less likely to break than other types in this library.
3 
4 pub mod lockfile;
5