Module immutable_string

Source
Expand description

Holds ImmutableString struct and related tools.

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.