Crate hstr

source ·
Expand description

See Atom for more information.

Macros§

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

Structs§

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