Docs.rs
rusty-rich-0.2.0
rusty-rich 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sinescode
Dependencies
atty ^0.2
normal
chrono ^0.4
normal
crossterm ^0.27
normal
log ^0.4
normal
once_cell ^1.19
normal
palette ^0.7
normal
pulldown-cmark ^0.10
normal
regex ^1.10
normal
serde_json ^1.0
normal
syntect ^5.1
normal
terminal_size ^0.3
normal
unicode-width ^0.1
normal
serde ^1.0
dev
tokio ^1
dev
Versions
59.41%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
Module table
rusty_
rich
0.2.0
Module table
Module Items
Structs
In crate rusty_
rich
rusty_rich
Module
table
Copy item path
Source
Expand description
Table — tabular data with columns. Equivalent to Rich’s
table.py
.
Structs
§
Cell
A single cell in a table row, with optional styling and spanning.
Column
Defines a column within a Table.
Table
A renderable for tabular data.