Docs.rs
  • clash_rules-0.1.1
    • clash_rules 0.1.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • e1732a364fed
    • Dependencies
      • aho-corasick ^1 normal
      • ipnet ^2 normal
      • prefix-trie ^0.6 normal
      • radix_trie ^0.2 normal
      • serde ^1 normal
      • serde_yaml_ng ^0.10 normal
      • bloomfilter ^3 dev
      • criterion ^0.5 dev
      • rand ^0.9 dev
    • Versions
    • 18.42% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

clash_rules0.1.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • AhoCorasick
  • ClashRuleMatcher
  • DomainKeywordMatcher
  • DomainSuffixMatcher
  • Ip6Matcher
  • IpMatcher
  • IpTrie2
  • PrefixMap
  • RuleConfig
  • RuleSet
  • Trie

Enums

  • LoadYamlFileError

Traits

  • TrieCommon

Functions

  • check_ip6_trie
  • check_ip_trie
  • check_ip_trie2
  • check_keyword_ac
  • check_keyword_ac2
  • check_keyword_dummy
  • check_prefix_trie
  • check_suffix_dummy
  • check_suffix_trie
  • gen_ip6_trie
  • gen_ip_trie
  • gen_ip_trie2
  • gen_keywords_ac
  • gen_keywords_ac2
  • gen_prefix_trie
  • gen_suffix_trie
  • get_domain_rules
  • get_ip6_cidr_rules
  • get_ip_cidr_rules
  • get_item_target_map
  • get_keyword_rules
  • get_keywords_targets
  • get_suffix_rules
  • get_target_item_map
  • load_rule_set_from_file
  • load_rules_from_file
  • merge_method_rules_map
  • parse_rule_set_as_classic
  • parse_rule_set_as_domain_suffix_trie
  • parse_rule_set_as_ip_cidr_trie
  • parse_rules

Constants

  • DOMAIN
  • DOMAIN_KEYWORD
  • DOMAIN_SUFFIX
  • GEOIP
  • IP_CIDR
  • IP_CIDR6
  • MATCH
  • PROCESS_NAME