v_latexescape 0.4.3

The simd optimized LaTeX escaping code
Documentation

v_latexescape Documentation Latest version

The simd optimized LaTex escape code

Quick start

extern crate v_latexescape;
use v_latexescape::escape;

print!("{}", escape("# Header"));