collate 0.4.2

Traits and a data structure to support collation and bisection
Documentation
[dependencies.futures]
optional = true
version = "0.3"

[dependencies.pin-project]
optional = true
version = "1.0"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.39"

[features]
stream = ["futures", "pin-project"]

[lib]
name = "collate"
path = "src/lib.rs"

[package]
authors = ["code@tinychain.net"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "rust-patterns"]
description = "Traits and a data structure to support collation and bisection"
edition = "2021"
keywords = ["collation", "bisect"]
license = "Apache-2.0"
name = "collate"
readme = "README.md"
repository = "http://github.com/haydnv/collate"
version = "0.4.2"