1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
[package]
name = "sorted-iter"
version = "0.1.11"
authors = ["RĂ¼diger Klaehn <rklaehn@protonmail.com>"]
description = "Typesafe extensions for sorted iterators, including set and relational operations"
repository = "https://github.com/rklaehn/sorted-iter"
license = "MIT OR Apache-2.0"
keywords = ["hash", "digest", "streaming"]
categories = ["cryptography"]
edition = "2018"
readme = "README.md"
homepage = "https://github.com/rklaehn"
[dependencies]
[dev-dependencies]
quickcheck = "0.9"
quickcheck_macros = "0.8"
maplit = "1.0"
|