Crate hstr

Source
Expand description

See Atom for more information.

Macros§

atom
Create an atom from a string literal. This atom is never dropped.

Structs§

Atom
An immutable string which is cheap to clone, compare, hash, and has small size.
AtomStore
A store that stores Atoms. Can be merged with other AtomStores for better performance.

Functions§

global_atom_store_gc
Cleans up atoms in the global store that are no longer referenced.