tuit 0.2.1

A no_std, no_alloc TUI library
Documentation
1
2
3
4
5
6
//! The parts of Tuit that can be enabled when there is standard library support.

extern crate std;
/// A terminal that outputs to [`std::io::stdout`].
pub mod stdout_render;
mod errors;