rext-tui 0.1.0

The Rext TUI for building Fullstack Web Apps
Documentation
1
2
3
4
5
6
/// Custom error codes for RextTui
#[derive(thiserror::Error, Debug)]
pub enum RextTuiError {
    #[error("Failed to read crossterm event: {0}")]
    ReadEvent(#[from] std::io::Error),
}