leb128-binary-0.1: Signed and unsigned LEB128 codec for binary library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Binary.ULEB128

Contents

Description

Unsigned LEB128 codec.

Any getXXX decoder can decode bytes generated using any of the putXXX encoders, provided the encoded number fits in the target type.

Synopsis

Put

Get