ratzilla 0.3.0

Build terminal-themed web applications with Ratatui and WebAssembly
Documentation
1
2
3
4
5
6
7
//! ## Widgets
//!
//! **Ratzilla** provides web-only widgets that you can use while building TUIs.

pub(crate) mod hyperlink;

pub use hyperlink::Hyperlink;