Module serialize::leb128
[−]
[src]
Functions
| read_signed_leb128 | |
| read_unsigned_leb128 | |
| write_signed_leb128 | |
| write_signed_leb128_to |
encodes an integer using signed leb128 encoding and stores the result using a callback function. |
| write_unsigned_leb128 | |
| write_unsigned_leb128_to |
encodes an integer using unsigned leb128 encoding and stores the result using a callback function. |