[![Documentation](https://docs.rs/v_htmlescape/badge.svg)](https://docs.rs/v_htmlescape/) [![Latest version](https://img.shields.io/crates/v/v_htmlescape.svg)](https://crates.io/crates/v_htmlescape)

# v_htmlescape

The simd optimized html escape code

# Quick start

```rust
use v_htmlescape::escape_fmt;

print!("{}", escape_fmt("foo<bar"));
```
