Docs.rs
ratatui-toaster-0.1.3
ratatui-toaster 0.1.3
Permalink
Docs.rs crate page
Unlicense
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
JayanAXHF
Dependencies
ratatui ^0.30.0
normal
textwrap ^0.16.2
normal
tokio ^1.51
normal
optional
anyhow ^1.0.102
dev
ratatui ^0.30.0
dev
tachyonfx ^0.25.0
dev
tokio ^1.51
dev
tokio-util ^0.7.18
dev
Versions
26.67%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Files
ratatui_toaster/
lib.rs
1
mod
engine;
2
mod
widget;
3
4
pub use
engine::
*
;
5
pub use
widget::
*
;