tiger-sample-crate 0.1.10

Sample Rust crate for crates-publish-cli testing
Documentation
1
2
3
4
5
6
7
8
pub mod tiger_sample {
    pub mod deep {
        pub mod nested {
            pub mod handler;
            pub use handler::run;
        }
    }
}