adblock-list-compiler 0.0.8

CLI tool to compile multiple adblock list sources into a single file
Documentation
1
2
3
4
5
6
7
8
mod adblock;
mod blacklist;
mod fetch_source;
mod parser;
mod rewrites;
mod whitelist;

pub use adblock::{Adblock, AdblockCompiler};