[dependencies.binout]
version = "0.2"
[dependencies.bitm]
version = "0.3"
[dependencies.dyn_size_of]
version = "0.4"
[package]
authors = ["Piotr Beling <piotr.beling@wmii.uni.lodz.pl>"]
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.1"