faro_sharding 0.1.3

Non-shuffling sharding algorithm.
Documentation
[dependencies.seahash]
optional = true
version = "4.1.0"

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.structopt]
version = "0.3.26"

[[example]]
name = "distribution"
path = "examples/distribution.rs"

[features]
default = ["seahash"]
seahash = ["dep:seahash"]

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

[package]
authors = ["Shelby Doolittle <shelby@shelbyd.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Non-shuffling sharding algorithm."
documentation = "https://docs.rs/faro_sharding"
edition = "2021"
homepage = "https://github.com/shelbyd/faro_sharding"
license = "MIT"
name = "faro_sharding"
readme = "README.md"
repository = "https://github.com/shelbyd/faro_sharding"
version = "0.1.3"