#![deny(warnings, rust_2018_idioms)]
/// Downloads blocklists/host files to disk
pub mod downloader;
/// Main filter API. Manages fetching/reading files and resolving results across them
pub mod filter;
/// Utilities relating to paths of fetched files
pub mod path;
/// Reads blocklists and/or host files from disk
pub mod reader;