bfield 0.3.0

B-field datastructure implementation in Rust
Documentation
[[bench]]
harness = false
name = "benchmark"

[dependencies.bincode]
version = "1"

[dependencies.mmap-bitvec]
version = "0.4.1"

[dependencies.murmurhash3]
version = "0.0.5"

[dependencies.once_cell]
version = "1.3.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.tempfile]
version = "3.3.0"

[package]
authors = ["Vincent Prouillet <vincent@onecodex.com>", "Gerrit Gerritsen <gerrit@onecodex.com>", "Nick Greenfield <nick@onecodex.com>"]
categories = ["data-structures"]
description = "B-field datastructure implementation in Rust"
edition = "2018"
exclude = [".gitignore", ".github/*", "docs/*"]
homepage = "https://github.com/onecodex/rust-bfield/"
keywords = ["B-field"]
license = "Apache-2.0"
name = "bfield"
readme = "README.md"
repository = "https://github.com/onecodex/rust-bfield/"
version = "0.3.0"