samling 0.13.1

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