[package]
edition = "2021"
name = "binout"
version = "0.3.2"
build = false
include = [
"**/*.rs",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The library for binary serialization/deserialization of integers and arrays of integers."
documentation = "https://docs.rs/binout"
readme = "README.md"
keywords = [
"io",
"binary",
"encoding",
"vbyte",
"leb128",
]
categories = [
"encoding",
"compression",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/beling/bsuccinct-rs"
[lib]
name = "binout"
path = "src/lib.rs"