[[bin]]
name = "downstream"
path = "src/main.rs"
[dependencies.num-traits]
version = "0.2"
[lib]
name = "downstream"
path = "src/lib.rs"
[package]
authors = ["Matthew Andres Moreno", "Connor Yang"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms", "memory-management", "science"]
description = "downstream provides efficient, constant-space implementations of stream curation algorithms"
edition = "2021"
homepage = "https://mmore500.github.io/downstream/"
license = "MIT"
name = "downstream"
readme = "README.md"
repository = "https://github.com/mmore500/downstream"
version = "1.9.0"