1 2 3 4 5 6 7 8 9
pub mod init; pub mod install; pub mod link; pub mod uninstall; pub mod unlink; mod prelude { pub use crate::prelude::*; }