inkferro-core 0.1.0

Layout, text measurement, ANSI render, and frame-diff engine for inkferro — a Rust-backed, byte-for-byte drop-in for the ink terminal UI library.
Documentation
1
2
3
4
5
6
7
8
//! inkferro-core: core text processing and layout utilities.

pub mod dom;
pub mod input;
pub mod layout;
pub mod render;
pub mod text;
pub mod text_measure;