1 2 3 4 5 6 7
#![forbid(unsafe_code)] //! Shared cross-cutting primitives. pub mod argv; pub mod output; pub mod telemetry; pub mod version;