Skip to main content

load_from_str

Function load_from_str 

Source
pub fn load_from_str(content: &str) -> Result<usize, String>
Expand description

Load dump data from a string (used by the embedded LaTeX kernel dump module — latexml_engine/src/latex_dump.rs). Returns the number of entries loaded.