vb 0.2.3

Variable byte encoding library / 变长字节编码库
Documentation
[dependencies.thiserror]
version = "2.0.17"

[features]
default = []
diff = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Variable byte encoding library / 变长字节编码库"
edition = "2024"
homepage = "https://github.com/js0-site/rust/tree/main/vb"
keywords = ["vbyte", "varint", "compression", "integer", "delta"]
license = "MulanPSL-2.0"
name = "vb"
readme = "README.md"
repository = "https://github.com/js0-site/rust.git"
resolver = "2"
version = "0.2.3"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "main"
path = "tests/main.rs"