pub fn filters(directives: &str) -> Filters<'_> ⓘ
Expand description
Parse a series of filters out of a directive string.
Note that this is a lazy operation, including validation; parsing/validation are done simultaneously and on demand in zero-alloc streaming fashion.