1 2 3 4 5 6 7 8
pub mod package; pub mod version; pub use package::*; pub use version::*; #[cfg(test)] mod tests;