The simd optimized LaTex escape code Quick start
The simd optimized LaTex escape code
```rust extern crate vlatexescape; use vlatexescape::escape;
print!("{}", escape("# Header")); ```