v_htmlescape 0.17.0

The simd optimized HTML escaping code
Documentation
1
2
3
4
5
6
7
8
new!(
    60 -> "<",
    62 -> ">",
    38 -> "&",
    34 -> """,
    39 -> "'",
    47 -> "/"
);