2 unstable releases
new 0.5.0 | Apr 3, 2025 |
---|---|
0.4.1 | Mar 30, 2025 |
#949 in Encoding
98 downloads per month
175KB
4K
SLoC
varing
Protobuf's varint encoding/decoding for LEB128 friendly types with full const context operations supports.
Installation
[dependencies]
varing = "0.5"
Optional Features
arbitrary-int
: Support encode/decodearbitrary-int
types by using LEB128.bnum
: Support encode/decodebnum
types by using LEB128.chrono
: Support encode/decodechrono
types by using LEB128 (not fully compatible inconst
context).chrono-tz
: Support encode/decodechrono-tz
types by using LEB128.ethereum-types
: Support encode/decodeethereum-types
types by using LEB128.num-complex
: Support encode/decodenum-complex
types by using LEB128.num-rational
: Support encode/decodenum-rational
types by using LEB128.primitive-types
: Support encode/decodeprimitive-types
types by using LEB128.ruint
: Support encode/decoderuint
types by using LEB128 (not compatible inconst
context).time
: Support encode/decodetime
types by using LEB128.
Testing
This crate is tested with the quickcheck
crate and cargo fuzz
(including all optional features).
License
varing
is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2025 Al Liu.
Dependencies
~0.2–1.7MB
~33K SLoC