Expand description
Identifier type and parser.
Structs§
- Identifier
- Identifier
Parser - A parser and factory API for identifiers intended for no_std environments.
Prefer using
Identifier::from_strand.parse()methods if you are usingstd.
Identifier type and parser.
Identifier::from_str and .parse() methods if you are using std.