try-partialord 0.1.2

Safe failable sort, min, max, binary_search functions for PartialOrd. No need to wrap f32, f64 to sort any more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
[dev-dependencies.rand]
version = "0.7.3"

[features]
default = ["std"]
std = []

[package]
authors = ["aobatact <aobatact144@gmail.com>"]
description = "Safe failable sort, min, max, binary_search functions for PartialOrd. No need to wrap f32, f64 to sort any more."
edition = "2018"
keywords = ["sort", "PartialOrd"]
license = "MIT"
name = "try-partialord"
repository = "https://github.com/aobatact/try-partialord"
resolver = "2"
version = "0.1.2"