typecoders 0.1.1

interpret unique code that introduce yourself.
Documentation
1
2
3
4
5
fn main() {
    use typecoders::{TypeCode};
    let arg = std::env::args().last().unwrap();
    let mut init = TypeCode::default();
}