htmlescape 0.3.1

A library for HTML entity encoding and decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies]
num = "0.1.26"
rand = "0.3.14"

[lib]
name = "htmlescape"
path = "src/lib.rs"

[package]
authors = ["Viktor Dahl <pazaconyoman@gmail.com>"]
description = "A library for HTML entity encoding and decoding"
license = "Apache-2.0 / MIT / MPL-2.0"
name = "htmlescape"
repository = "https://github.com/veddan/rust-htmlescape"
version = "0.3.1"