Add mach command to update public domain list and use a HashSet instead of a Vec to lookup public domains

This commit is contained in:
Florian Duraffourg 2016-06-09 09:11:38 +02:00
parent 04b682195d
commit dbef65129f
8 changed files with 8134 additions and 5962 deletions

View file

@ -27,6 +27,7 @@ extern crate util;
#[cfg(test)] mod file_loader;
#[cfg(test)] mod fetch;
#[cfg(test)] mod mime_classifier;
#[cfg(test)] mod pub_domains;
#[cfg(test)] mod resource_thread;
#[cfg(test)] mod hsts;
#[cfg(test)] mod http_loader;