ds-learn-rust 0.1.1

Code that I wrote while learning Rust from the Rust Book
Documentation
1
2
3
4
5
fn take_order() {}

fn serve_order() {}

fn take_payment() {}