comparator 0.2.1

A Java-like Comparator type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
default = ["std"]
std = []

[package]
authors = ["Konrad Borowski <konrad@borowski.pw>"]
categories = ["algorithms", "data-structures", "no-std", "rust-patterns"]
description = "A Java-like Comparator type"
keywords = ["data-structure", "no_std"]
license = "MIT/Apache-2.0"
name = "comparator"
readme = "README.md"
repository = "https://gitlab.com/KonradBorowski/comparator"
version = "0.2.1"