v_htmlescape 0.6.1

The simd optimized HTML escaping code
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "botika/v_escape"
[dependencies.cfg-if]
version = "0.1"

[dependencies.v_escape]
version = "0.9"

[lib]
bench = false
name = "v_htmlescape"
path = "src/lib.rs"

[package]
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
description = "The simd optimized HTML escaping code"
documentation = "https://docs.rs/v_htmlescape"
edition = "2018"
keywords = ["html", "escaping", "simd"]
license = "MIT/Apache-2.0"
name = "v_htmlescape"
readme = "README.md"
repository = "https://github.com/botika/v_escape"
version = "0.6.1"