Expand description
Unified text type for strings and code. Text type unifying strings and code in Eure.
This module provides the Text type which represents all text values in Eure,
whether they originated from string syntax ("...") or code syntax (`...`).
Re-exports§
pub use TextParseError as EureStringError;
Structs§
- Text
- A text value in Eure, unifying strings and code.
Enums§
- Language
- Language tag for text values.
- Syntax
Hint - Hint for serialization: which syntax was used to parse this text.
- Text
Parse Error - Errors that can occur when parsing text.
Type Aliases§
- Eure
String - Backwards-compatible type alias for EureString.