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§
- Length
Error - Represents errors when building new
Length
instance.