Crate osom_lib_strings

Source
Expand description

A crate for various string implementations.

Structs§

ImmutableString
Represents an immutable string, which is stored behind ref counters. This is a thin wrapper around [ImmutableArray<u8>], and is thread safe as well.
ImmutableWeakString
Represents a weak reference to an ImmutableString. Analogously to how [ImmutableWeakArray] is a weak reference to [ImmutableArray].

Enums§

ImmutableStringConstructionError
Represents an error that occurs when constructing new ImmutableString.