Module text

Module text 

Source
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.
SyntaxHint
Hint for serialization: which syntax was used to parse this text.
TextParseError
Errors that can occur when parsing text.

Type Aliases§

EureString
Backwards-compatible type alias for EureString.