pure-tui 0.2.2

A modern terminal-based word processor for Markdown and other structured text documents
Documentation
1
2
3
4
5
6
// Library interface for Pure editor
// This exposes internal modules for testing and benchmarking

pub mod editor;
pub mod editor_display;
pub mod render;