Disclaimer

Due to the high degree of idiocy on forums like reddit, I recommend that you use another solution. I can't ban it by license, but I hope this is enough.

v_latexescape Documentation Latest version

The simd optimized LaTex escape code

Quick start

```rust use v_latexescape::escape;

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