mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Run the async HTML Tokenizer on a new thread
This commit is contained in:
parent
3629efba75
commit
8ebd70d402
5 changed files with 469 additions and 223 deletions
|
@ -7,9 +7,11 @@
|
|||
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[macro_use] extern crate cssparser;
|
||||
#[macro_use] extern crate heapsize_derive;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate matches;
|
||||
extern crate fnv;
|
||||
extern crate heapsize;
|
||||
extern crate phf;
|
||||
extern crate precomputed_hash;
|
||||
#[cfg(test)] #[macro_use] extern crate size_of_test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue