cseq 0.1.4

The library of compact sequences.
Documentation
[dependencies.binout]
version = "0.3"

[dependencies.bitm]
version = ">=0.4, <0.6"

[dependencies.dyn_size_of]
version = ">=0.4.3"

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

[package]
authors = ["Piotr Beling <piotr.beling@wmii.uni.lodz.pl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms", "compression", "science"]
description = "The library of compact sequences."
documentation = "https://docs.rs/cseq"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["compression", "sequence", "succinct", "elias-fano", "wavelet-matrix"]
license = "MIT OR Apache-2.0"
name = "cseq"
readme = "README.md"
repository = "https://github.com/beling/bsuccinct-rs"
version = "0.1.4"