leb128-u64 0.1.1

Extremely minimal and simple LEB128 u64 encoding/decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bytes]
default-features = false
version = "1.4"

[dev-dependencies.proptest]
version = "1.1"

[package]
authors = ["Artem Tokarev <tokarev28.art@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Extremely minimal and simple LEB128 u64 encoding/decoding"
edition = "2021"
keywords = ["encoding", "leb128", "no_std"]
license = "MIT"
name = "leb128-u64"
readme = "README.md"
repository = "https://github.com/tokarevart/leb128-u64"
version = "0.1.1"