Re-exports§
pub use node::FilterNode;
Modules§
Enums§
- Compare
Op - Comparison operators for leaf node filters.
- Logical
Op - 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.