sortby 0.1.3

adds convenient sort functions for Iterators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sortby"
version = "0.1.3"
edition = "2018"

license = "MIT"
repository = "https://github.com/sklose/sortby-rs"
keywords = ["iterator", "data-structure", "sort", "sort-by"]
categories = ["algorithms", "rust-patterns"]
description = "adds convenient sort functions for Iterators"
authors = ["Sebastian Klose <mail@sklose.com>"]
readme = "README.md"