adguard-flm 2.6.2

This crate represents a library for managing AdGuard filter lists
Documentation
mod boolean_expression_parser;
mod checksum_validator;
pub(crate) mod collectors;
mod conditional_directives_processor;
pub(crate) mod diff_updates;
pub(crate) mod filter_compiler;
pub(crate) mod filter_contents_provider;
mod filter_cursor;
mod include_processor;
pub(crate) mod is_rule_detector;
pub(crate) mod metadata;
pub(crate) mod parser_error;
mod paths;
mod rcs_diff;
mod rule_lines_collector;

pub(crate) const DIRECTIVE_IF: &str = "!#if";
pub(crate) const DIRECTIVE_ELSE: &str = "!#else";
pub(crate) const DIRECTIVE_ENDIF: &str = "!#endif";
pub(crate) const DIRECTIVE_INCLUDE: &str = "!#include";