Ratatui Book
This is the documentation project for ratatui
, a Rust
library to build rich terminal user interfaces and dashboards.
To read the book online, visit:
https://ratatui-org.github.io/ratatui-book/.
To read this book locally, run the following:
git clone -b gh-pages https://github.com/ratatui-org/ratatui-book
cd ratatui-book
python -m http.server # or your favorite way to serve local files