Module gimli::leb128::write [−][src]
A module for writing integers encoded as LEB128.
Functions
| signed | Write the given signed number using the LEB128 encoding to the given
|
| sleb128_size | Return the size of the LEB128 encoding of the given signed number. |
| uleb128_size | Return the size of the LEB128 encoding of the given unsigned number. |
| unsigned | Write the given unsigned number using the LEB128 encoding to the given
|