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
14
15
[package]
name = "unwrap-ord"
version = "0.1.3"
authors = ["Yuta Hinokuma <yuta.hinokuma725@gmail.com>"]
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]