servo/components/script/parse
Simon Sapin 34bfa16517 Update to zero-copy* HTML parsing
html5ever now uses the Tendril string type to minimize copying internally,
but Servo still converts from/to `String` at the boundary
(which involves copying).
2015-06-25 20:40:38 -07:00
..
html.rs Update to zero-copy* HTML parsing 2015-06-25 20:40:38 -07:00
mod.rs Make external script sources load asynchronously, yet still block further parsing. Hook up document loading to async networking events. 2015-05-20 14:22:09 -04:00