Expand description
An “interner” is a data structure that associates values with usize tags and allows bidirectional lookup; i.e., given a value, one can easily find the type, and vice versa.
Modules§
- This module contains all the defined keyword
Symbol
s. - This module contains all the defined non-keyword
Symbol
s.
Structs§
- The most general type to print identifiers.
- Interner 🔒
- An newtype around
Ident
that calls Ident::normalize_to_macro_rules on construction. - An interned string.
Constants§
- Symbols for crates that are part of the stable standard library:
std
,core
,alloc
, andproc_macro
.
Functions§
- Collect all the keywords in a given edition into a vector.