Docs.rs
rubble_tea-5.2.1
rubble_tea 5.2.1
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
RHL120
Dependencies
termion ^2.0.1
normal
Versions
89.29%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rubble_
tea
5.2.1
All Items
Crate Items
Modules
Enums
Traits
Functions
Crate
rubble_tea
Copy item path
Source
Modules
§
style
The module responsible for styling
widgets
A module that adds some prdefined widgets
Enums
§
Key
A key.
Mouse
Button
A mouse button.
System
Event
System events are the set of events that all models should support
Traits
§
Event
This trait allows the user to create custom events.
SystemEvent
implements this trait meaning that if the programer is content with the default events, they don’t have to create their own wrapper.
Model
This trait should be implemented for the structures containg the program’s state
Functions
§
run
Starts the event listeners and the main program loop
terminal_
size
Get the size (columns, rows) of the terminal.