Skip to main content

parse_path

Function parse_path 

Source
pub fn parse_path(path: &str) -> PathExpr
Expand description

Parse a dotted path: each numeric segment becomes an index, every other segment a key lookup.