rs-pkg 0.0.2

rust pkg for programming
Documentation
1
2
3
4
5
mod config;
mod init;

pub use config::Config;
pub use init::{init, init_default};