kael_engines 0.4.1

Unicode text, bounded undo/cache, crash, and workload-state primitives for native Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]
#![deny(missing_docs)]

pub mod bidi;
pub mod canvas;
pub mod crash_report;
pub mod dashboard;
pub mod game_loop;
pub mod ide;
pub mod linebreak;
pub mod undo;