restaurant2024 0.1.0

This is the my first library
Documentation
1
2
3
4
5
mod front_of_house {
    pub mod hosting {
        pub fn add_to_waitlist() {}
    }
}