cliboard 0.1.0

Live math whiteboard for your terminal — render LaTeX equations in the browser with per-step AI chat
Documentation
1
2
3
4
5
6
7
8
pub mod cli;
pub mod document;
pub mod parser;
pub mod render;
pub mod server;
pub mod session;
pub mod unicode;
pub mod export;