organization-code 0.1.0

Online store library
Documentation
1
2
3
4
5
pub struct Customer {
    id: u64,
    name: String,
    email: String,
}