downstream 1.20.0

downstream provides efficient, constant-space implementations of stream curation algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "downstream"
version = "1.20.0"
edition = "2021"

authors = ["Matthew Andres Moreno", "Connor Yang"]
description = "downstream provides efficient, constant-space implementations of stream curation algorithms"
license = "MIT"
homepage = "https://mmore500.github.io/downstream/"
repository = "https://github.com/mmore500/downstream"
readme = "README.md"
categories = ["data-structures", "algorithms", "memory-management", "science"]

[dependencies]
num-traits = "0.2"