Namespace liberate::serialization::detail

Detailed Description

The variable sized integer encoding implemented here is the little endian base 128 encoding from DWARF: https://dwarfstd.org/DownloadDwarf5.php

We implement singed and unsigned LEB128; the default “varint” encoding is SLEB128 (signed LEB128).

Functions