Module tools

Module tools 

Source
Expand description

Contains a number of tools that are useful when working with EBML encoded files.

Traits§

SignedVint
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.