samling 0.4.0

App for managing apparel collections
Documentation
pub(crate) trait Sortable {
    type Type;
    fn sort(&self, values: Vec<Self::Type>) -> Vec<Self::Type>;
}