test_name 0.1.8

Just some Rust learning test cases
Documentation
1
2
3
4
5
6
pub mod hosting;
mod serving {
    fn take_order() {}
    fn serve_order() {}
    fn take_payment() {}
}