Skip to main content

Module selector

Module selector 

Source

Re-exports§

pub use eval::eval;
pub use parser::Segment;
pub use parser::Selector;
pub use parser::parse;

Modules§

eval
parser

Functions§

parse_anyhow
Parse a selector string, mapping parse errors to anyhow::Error with a “selector error:” prefix for consistent error formatting.
value_matches_str
Check whether a JSON value matches a predicate string using string comparison. Numbers and booleans are compared via their string representation.