ratatui-core 0.1.0

Core types and traits for the Ratatui Terminal UI library. Widget libraries should use this crate. Applications should use the main Ratatui crate.
Documentation
1
2
3
4
5
6
#![allow(clippy::unreadable_literal)]

//! A module for defining color palettes.

pub mod material;
pub mod tailwind;