[][src]Function adblock::resources::resource_assembler::assemble_web_accessible_resources

pub fn assemble_web_accessible_resources(
    web_accessible_resource_dir: &Path,
    redirect_engine_path: &Path
) -> Vec<Resource>

Builds a Vec of Resources from the specified paths on the filesystem:

The resulting resources can be serialized into JSON using serde_json.