velociplot 0.1.0

Fast, publication-quality scientific plotting library - Quick, precise, and deadly effective
Documentation
1
2
3
4
5
//! Text rendering with mathematical notation support

pub mod math;

pub use math::{parse_math, MathNotation};