[package] name = "vlq-bij" version = "0.2.0" edition = "2021" authors = ["Tristan "] license = "Unlicense" repository = "https://gitlab.com/adapt/vlq-bij-rust" description = "Bijective Variable-Length Quantity encodings" keywords = ["vlq", "integer", "encoding", "variable-length", "git"] exclude = [ ".gitignore", ] [dependencies] [dev-dependencies] rand = "0.8.5"