v_latexescape

Crates.iov_latexescape
lib.rsv_latexescape
version0.14.8
sourcesrc
created_at2019-01-09 22:43:08.561689
updated_at2022-08-05 12:09:25.592367
descriptionThe simd optimized LaTeX escaping code
homepage
repositoryhttps://github.com/botika/v_escape
max_upload_size
id107680
size99,986
Juan Aguilar Santillana (zzau13)

documentation

https://docs.rs/v_latexescape

README

v_latexescape Documentation Latest version

The simd optimized LaTex escape code

Quick start

use v_latexescape::escape;

print!("{}", escape("# Header"));
Commit count: 342

cargo fmt