svbyte 0.1.0

Fast Stream VByte implementation
Documentation
[[bench]]
harness = false
name = "encode"

[[bench]]
harness = false
name = "decode"

[dependencies]
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.8.5"

[package]
categories = ["data-structures", "compression"]
description = "Fast Stream VByte implementation"
documentation = "https://github.com/bazhenov/stream-vbyte"
edition = "2021"
homepage = "https://github.com/bazhenov/stream-vbyte"
keywords = ["database", "serialization", "networking"]
license = "MIT"
name = "svbyte"
readme = "README.md"
repository = "https://github.com/bazhenov/stream-vbyte"
version = "0.1.0"