Expand description
Contains a number of tools that are useful when working with EBML encoded files.
Traits§
- Signed
Vint - Trait to enable easy serialization to a signed vint.
- Vint
- Trait to enable easy serialization to a vint.
Functions§
- arr_
to_ f64 - Reads an
f64
value from an array slice of length 4 or 8. - arr_
to_ i64 - Reads an
i64
value from any length array slice. - arr_
to_ u64 - Reads a
u64
value from any length array slice. - is_vint
- read_
signed_ vint - Reads a signed vint from the beginning of the input array slice.
- read_
vint - Reads a vint from the beginning of the input array slice.