Module ttf_parser::parser

source ·
Expand description

Binary parsing utils.

This module should not be used directly, unless you’re planning to parse some tables manually.

Structs§

Traits§

  • A trait for parsing raw binary data of fixed size.
  • A trait for parsing raw binary data of variable size.
  • A safe u32 to usize casting.
  • A common offset methods.
  • Just like TryFrom, but for numeric types not supported by the Rust’s std.

Functions§