![Crates.io](https://img.shields.io/crates/v/unwrap-ord)
Wrapper type to easily convert Ord to PartialOrd. inspired by std::cmp::Reverse
Add your Cargo.toml
```toml
unwrap-ord = "0.1.0"
```
```rust
use unwrap_ord::UnwrapOrd;
fn main() {
}
```