[package] name = "unwrap-ord" version = "0.1.3" authors = ["Yuta Hinokuma "] edition = "2021" description = "Wrapper type to easily convert Ord to PartialOrd. inspired by std::cmp::Reverse" repository = "https://github.com/higumachan/unwrap-ord" license = "MIT" keywords = ["PartialOrd", "Ord", "Reverse", "wrapper-type"] categories = ["rust-patterns", ] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]