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.