ratatui/ratatui-core
Josh McKinney e461b724a6
refactor: move {Stateful,}Widget{,Ref} types into individual files (#1479)
This is a preparatory refactoring for modularization. No user visible
changes.
2024-11-12 15:34:48 +03:00
..
src refactor: move {Stateful,}Widget{,Ref} types into individual files (#1479) 2024-11-12 15:34:48 +03:00
Cargo.toml chore(deps): bump unicode-truncate from 1.1.0 to 2.0.0 (#1481) 2024-11-12 03:42:47 -08:00
README.md chore(core): move core types to ratatui-core (#1460) 2024-11-06 09:10:49 +03:00

ratatui-core

Crates.io Documentation License

Overview

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.