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