formulaa 0.1.0

WYSIWYG TUI math editor rendering Unicode/ASCII-art formulas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod ast;
pub mod complete;
pub mod editor;
pub mod from_latex;
pub mod glyphs;
pub mod input;
pub mod output;
pub mod parse;
pub mod render;
pub mod symbols;

pub use output::latex;