fid-rs 0.2.0

High performance FID (Fully Indexable Dictionary) library
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.mem_dbg]
optional = true
version = "0.1.4"

[dependencies.rayon]
optional = true
version = "1.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"

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

[features]
default = ["rayon"]

[package]
authors = ["Sho Nakatani <lay.sakura@gmail.com>"]
categories = ["compression", "data-structures"]
description = "High performance FID (Fully Indexable Dictionary) library"
edition = "2018"
homepage = "https://github.com/laysakura/fid-rs"
keywords = ["fid", "succinct-bit-vector"]
license = "MIT OR Apache-2.0"
name = "fid-rs"
readme = "README.md"
repository = "https://github.com/laysakura/fid-rs"
version = "0.2.0"