/// 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; /// Downloads HTTP blocklists/host files to disk pub mod updater;