#tui #widgets #ratatui #terminal #dashboard #applications #interface

ratatui-core

Core types and traits for the Ratatui Terminal UI library. Widget libraries should use this crate. Applications should use the main Ratatui crate.

2 unstable releases

0.1.0-alpha.0 Nov 27, 2024
0.0.0 Sep 27, 2024

#37 in #dashboard

Download history 91/week @ 2024-09-23 37/week @ 2024-09-30 4/week @ 2024-10-07 2/week @ 2024-10-14 10/week @ 2024-11-04 3/week @ 2024-11-11 66/week @ 2024-11-18 284/week @ 2024-11-25 58/week @ 2024-12-02 88/week @ 2024-12-09

497 downloads per month

MIT license

655KB
10K SLoC

Ratatui Core

Crates.io Documentation License

ratatui-core is the core library of the ratatui project, providing the essential building blocks for creating rich terminal user interfaces in Rust.

Why ratatui-core?

The ratatui-core crate is split from the main ratatui crate to offer better stability for widget library authors. Widget libraries should generally depend on ratatui-core, benefiting from a stable API and reducing the need for frequent updates.

Applications, on the other hand, should depend on the main ratatui crate, which includes built-in widgets and additional features.

Installation

Add ratatui-core to your Cargo.toml:

cargo add ratatui-core

Contributing

We welcome contributions from the community! Please see our CONTRIBUTING guide for more details on how to get involved.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Dependencies

~5MB
~87K SLoC