pimalaya-tui 0.2.2

Collection of crossterm widgets shared accross Pimalaya projects
1
2
3
4
5
6
7
8
#[cfg(feature = "build-envs")]
pub mod build;
mod error;
#[cfg(feature = "himalaya")]
pub mod himalaya;
pub mod terminal;

pub use error::{Error, Result};