[dependencies.bitvec]
default-features = false
features = ["alloc"]
version = "1.0"
[features]
default = ["std"]
std = []
[lib]
name = "bbse"
path = "src/lib.rs"
[package]
authors = ["Oleksandr Husiev <ohusiev@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "data-structures", "algorithms"]
description = "Backward Binary Search Encoding — minimal and deterministic scheme for sorted domains"
edition = "2021"
keywords = ["encoding", "binary", "search", "bit", "range"]
license = "MIT"
name = "bbse"
readme = "README.md"
repository = "https://github.com/shurankain/bbse"
version = "0.2.2"
[[test]]
name = "unit"
path = "tests/unit.rs"