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 layout
rusty_
rich
0.2.0
Module layout
Module Items
Structs
Enums
In crate rusty_
rich
rusty_rich
Module
layout
Copy item path
Source
Expand description
Layout — split-pane layout system. Equivalent to Rich’s
layout.py
.
Structs
§
Layout
The Layout compute engine.
Region
A region on screen.
Enums
§
Direction
Direction of a split.
Layout
Node
A layout node — can be a leaf (containing a renderable) or a split.