supercode-frontend-tui 0.4.5

Attachable terminal frontend primitives for Supercode SDK runtimes.
Documentation
1
2
3
4
5
6
7
8
9
//! Terminal event and draw scheduling primitives.

pub mod event_stream;
mod frame_rate_limiter;
pub mod frame_requester;
pub mod hyperlinks;
pub mod lifecycle;
pub mod notifications;
pub mod palette;