var_byte_str 0.1.1

Variable byte encoding string by using gap instead of code point
Documentation
[dependencies.bitvec]
optional = true
version = "^0.17"

[dependencies.bitvec_serde]
features = ["serde"]
optional = true
package = "bitvec"
version = "^0.17"

[dependencies.serde]
optional = true
version = "1"

[dependencies.smallvec]
version = "^1.4"

[features]
default = ["bitvec"]
serialize = ["bitvec_serde", "serde"]

[package]
authors = ["Nattapong Sirilappanich <nattapong.s@gmail.com>"]
categories = ["compression", "encoding"]
description = "Variable byte encoding string by using gap instead of code point"
edition = "2018"
keywords = ["variable", "byte", "encoding", "gap"]
license = "BSD-2-Clause"
name = "var_byte_str"
readme = "README.md"
repository = "https://github.com/NattapongSiri/var_byte_str.git"
version = "0.1.1"