Skip to main content

Module length

Module length 

Source
Expand description

Holds the Length primitive.

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.