organization-code 0.1.0

Online store library
Documentation
1
2
3
4
5
6
#[derive(PartialEq, Debug)]
pub enum Category {
    Electonics,
    Clothing,
    Books,
}