Docs.rs
tui-markup-0.5.0
tui-markup 0.5.0
Permalink
Docs.rs crate page
BSD-3-Clause-Clear
Links
Homepage
Repository
crates.io
Source
Owners
7sDream
Dependencies
ansi_term ^0.12
normal
optional
crossterm ^0.28
normal
optional
nom ^7
normal
nom_locate ^4
normal
ratatui ^0.28
normal
optional
ansi_term ^0.12
dev
crossterm ^0.28
dev
ratatui ^0.28
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
tui_
markup
0.5.0
Module parser
Module Items
Structs
Enums
Functions
Type Aliases
In crate tui_
markup
tui_markup
Module
parser
Copy item path
Source
Expand description
Parsing stage of the compilation process.
Structs
§
Error
Error type for
parse
.
Enums
§
Error
Kind
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 Aliases
§
ItemC
Item type for tag convertor C.
ItemG
Item type for generator G.
LSpan
Span with location info.