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