Structs§
- Eure
Path - 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. - Text
- A text value in Eure, unifying strings and code.
- Tuple
Enums§
- Eure
String Error - Errors that can occur when parsing text.
- Identifier
Error - Language
- Language tag for text values.
- Object
Key - Key-comparable value which implements
EqandHash. - Path
Segment - Primitive
Value - Syntax
Hint - Hint for serialization: which syntax was used to parse this text.
- Text
Parse Error - Errors that can occur when parsing text.
- Value
Kind
Type Aliases§
- Eure
String - Backwards-compatible type alias for EureString.