Decode UTF-8 code points across network packets

This commit is contained in:
Simon Sapin 2017-05-21 22:40:58 +02:00
parent 6706c81837
commit 4e4b5ab5c8
13 changed files with 92 additions and 64 deletions

View file

@ -44,7 +44,7 @@ fnv = "1.0"
heapsize = {version = "0.3.0", optional = true}
heapsize_derive = {version = "0.1", optional = true}
itoa = "0.3"
html5ever = {version = "0.16", optional = true}
html5ever = {version = "0.17", optional = true}
lazy_static = "0.2"
log = "0.3"
matches = "0.1"