Crate osom_tools_runtime

Source
Expand description

A collection of runtime tools for osom projects.

Modules§

allocator
Holds definitions for memory allocation and the default std allocator, in case the std feature is enabled.
arrays
Module for various arrays implementations.
hash_functions
Holds implementations of various hash functions.
immutable_string
Holds ImmutableString struct and related tools.

Structs§

Length
Represents length used by osom_tools.

Enums§

LengthError
Represents errors when building new Length instance.