hotdrink-rs 0.1.3

An implementation of HotDrink in Rust.
Documentation
[[bench]]
harness = false
name = "criterion"
[dependencies.derivative]
version = "2.2.0"

[dependencies.futures]
version = "0.3.7"

[dependencies.getrandom]
features = ["js"]
version = "0.2.2"

[dependencies.itertools]
version = "0.10.0"

[dependencies.log]
version = "0.4.11"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3.4"

[dev-dependencies.env_logger]
version = "0.8.3"

[dev-dependencies.pretty_assertions]
version = "0.7.1"

[dev-dependencies.rand]
version = "0.8.3"

[dev-dependencies.rayon]
version = "1.5.0"

[package]
authors = ["Rudi B. Svartveit <rudsvar@gmail.com>"]
description = "An implementation of HotDrink in Rust."
edition = "2018"
keywords = ["algorithms", "data-structures", "constraint-systems"]
license = "MIT OR Apache-2.0"
name = "hotdrink-rs"
repository = "https://github.com/HotDrink/hotdrink-rs"
version = "0.1.3"