unwrap-ord 0.1.3

Wrapper type to easily convert Ord to PartialOrd. inspired by std::cmp::Reverse
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Yuta Hinokuma <yuta.hinokuma725@gmail.com>"]
categories = ["rust-patterns"]
description = "Wrapper type to easily convert Ord to PartialOrd. inspired by std::cmp::Reverse"
edition = "2021"
keywords = ["PartialOrd", "Ord", "Reverse", "wrapper-type"]
license = "MIT"
name = "unwrap-ord"
readme = "README.md"
repository = "https://github.com/higumachan/unwrap-ord"
version = "0.1.3"