katex-rs 0.2.4

A Rust implementation of KaTeX - Fast math typesetting for anywhere, more than just the web.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Utility functions for KaTeX function implementations.
//!
//! This module contains helper functions that support the implementation
//! of various LaTeX functions in KaTeX, particularly for complex layout
//! and positioning operations.

// Export utility modules
mod assemble_sup_sub;

pub use assemble_sup_sub::assemble_sup_sub;