@hackage leb128-cereal1.2
LEB128 and SLEB128 encoding
Categories
License
MIT
Maintainer
mail@joachim-breitner.de
Links
Versions
Installation
Dependencies (3)
- base >=4.10 && <5
- bytestring >=0.10
- cereal >=0.5 Show all…
Dependents (2)
@hackage/domain-cereal, @hackage/candid
This module implements encoding and decoding of Natural and Integer
values according to LEB128 and SLEB128. See
https://en.wikipedia.org/wiki/LEB128 for a specification.
This package uses the cereal package, but also provides direct encoding and
decoding to ByteString.