Crate unimarkup_inline
source ·Expand description
Crate for lexing and parsing of Unimarkup inline formatted text.
Structs
- Lexer of Unimarkup inline formatted text. Generates a stream of
Token
s from input. - Plain content of an
Inline
consisting of simple text. - Representation of a position in Unimarkup input.
- Span used to store information about the space some
Token
occupies in Unimarkup document. - Token lexed from Unimarkup text.
- Delimiters
- Iterator over Unimarkup
Token
s, performs the actual lexing. - TODO: write docs
Enums
- Representation of Unimarkup inline-formatted text.
- Content of an
Inline
. - Enum representing the spacing surrounding a particular token in Unimarkup document.
- The kind of the token found in Unimarkup document.
Constants
- ASCII Arrows that can be replaced with their Unicode versions in a Unimarkup text.
- ASCII Emojis that can be replaced with their Unicode versions in a Unimarkup text.