Module length

Module length 

Source
Expand description

Holds the length-related primitives.

Structs§

Length
Represents length internally used by osom tools. Unlike Rust usize type, the Length type is a thin wrapper around u32. In particular it is 32-bit on 64-bit machines. While limiting, the osom libs won’t be using such big arrays anyway. And it saves us space.

Enums§

LengthError
Represents possible Length errors.