Docs.rs
tui-markup-0.3.0
tui-markup 0.3.0
Docs.rs crate page
BSD-3-Clause-Clear
Links
Homepage
Repository
crates.io
Source
Owners
7sDream
Dependencies
ansi_term ^0.12
normal
crossterm ^0.25
normal
nom ^7
normal
nom_locate ^4
normal
tui ^0.19
normal
ansi_term ^0.12
dev
crossterm ^0.25
dev
tui ^0.19
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module parser
Structs
Enums
Functions
Type Definitions
?
Module
tui_markup
::
parser
source
·
[
−
]
Expand description
Parsing stage of the compilation process.
Structs
Error
Error type for
parse
.
Enums
ErrorKind
Kind of parse error.
Item
AST item.
Functions
hex_rgb
Parse string of 6 hex digit into r, g, b value.
parse
Parse tui markup source into ast.
Type Definitions
ItemC
Item type for tag convertor C.
ItemG
Item type for generator G.
LSpan
Span with location info.