r3bl_tui 0.7.7

TUI library to build modern apps inspired by React, Elm, with Flexbox, CSS, editor component, emoji support, and more
Documentation
// Copyright (c) 2022-2025 R3BL LLC. Licensed under Apache License, Version 2.0.

// Attach sources.
pub mod color_degradation;
pub mod crossterm_color_converter;
pub mod hex_color_parser;
pub mod tui_color;
pub mod tui_style_attribs;
pub mod tui_style_impl;
pub mod tui_style_lite;
pub mod tui_stylesheet;

// Re-export.
pub use color_degradation::*;
pub use hex_color_parser::*;
pub use tui_color::*;
pub use tui_style_attribs::*;
pub use tui_style_impl::*;
pub use tui_stylesheet::*;