Module ebml_iterable::tools
source · Expand description
Contains a number of tools that are useful when working with EBML encoded files.
Traits§
- Trait to enable easy serialization to a signed vint.
- Trait to enable easy serialization to a vint.
Functions§
- Reads an
f64
value from an array slice of length 4 or 8. - Reads an
i64
value from any length array slice. - Reads a
u64
value from any length array slice. - Reads a signed vint from the beginning of the input array slice.
- Reads a vint from the beginning of the input array slice.