6 releases

0.3.1 May 11, 2024
0.3.0 May 11, 2024
0.2.0 May 11, 2024
0.1.2 May 11, 2024

#10 in #base-16

Download history 398/week @ 2024-05-06 35/week @ 2024-05-13 7/week @ 2024-05-20 2/week @ 2024-05-27

442 downloads per month

MIT license

20KB
388 lines

ratatui-base16

Crates.io Documentation LICENSE

ratatui-base16 is a base16 palette library for the Ratatui crate in Rust.

Getting Started

To get started, first add it to your Cargo.toml dependencies:

$ cargo add ratatui-base16

Creating a Base16Palette is simple. Here's a quick example:

use ratatui_base16::Base16Palette;
let palette = Base16Palette::from_yaml("./config/dracula.yaml");

Contributing

Please feel free to fork the repository, make your changes, and submit a pull request.

License

See LICENSE for details.

Dependencies

~8–15MB
~172K SLoC