Module ebml_iterable::tools[][src]

Expand description

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

Traits

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.

read_vint

Reads a vint from the beginning of the input array slice.