Skip to main content

Crate sockudo_filter

Crate sockudo_filter 

Source

Re-exports§

pub use node::FilterNode;

Modules§

node

Enums§

CompareOp
Comparison operators for leaf node filters.
LogicalOp
Logical operators for branch nodes in the filter tree.

Traits§

TagMap
Trait for map types that can be used with filter matching Supports both HashMap and BTreeMap

Functions§

matches
Matches a filter node against publication tags with zero allocations.