Docs.rs
ratatui-toolkit-0.1.16
ratatui-toolkit 0.1.16
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
piotryordanov
Dependencies
ansee ^0.1
normal
anyhow ^1
normal
arboard ^3
normal
optional
base64 ^0.22
normal
optional
crossterm ^0.28
normal
devicons ^0.6
normal
optional
dirs ^5
normal
optional
image ^0.25
normal
libc ^0.2
normal
optional
notify ^6
normal
optional
portable-pty ^0.8
normal
optional
pulldown-cmark ^0.12
normal
optional
ratatui ^0.29
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
syntect ^5
normal
optional
syntect-tui ^3
normal
optional
termwiz ^0.23
normal
optional
thiserror ^2
normal
throbber-widgets-tui ^0.8
normal
tokio ^1
normal
tracing ^0.1
normal
unicode-width ^0.2
normal
tempfile ^3
dev
tokio-test ^0.4
dev
Versions
81.22%
of the crate is documented
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
PaneId
ratatui_
toolkit
0.1.16
In ratatui_
toolkit::
primitives::
split_
layout
ratatui_toolkit
::
primitives
::
split_layout
Type Alias
PaneId
Copy item path
Source
pub type PaneId =
u32
;
Expand description
Identifier for panes managed by a
SplitLayout
.