[][src]Function anachro_icd::matches

pub fn matches(subscr: &str, publ: &str) -> bool

A function for matching pub/sub paths

Examples

assert!(matches(
 "/+/temperature/#",
 "/dev_1/temperature/front",
));