trojan-rules 0.10.1

Rule-based routing engine for trojan-rs (Surge/Clash compatible)
Documentation
1
2
3
4
5
6
7
//! Rule-set parsers for Surge and Clash formats.

pub mod clash;
pub mod surge;

pub use clash::parse_clash_provider;
pub use surge::{parse_surge_domain_set, parse_surge_ruleset};