Skip to main content

parse_check

Function parse_check 

Source
pub fn parse_check(s: &str) -> Result<Check, String>
Expand description

Parse an assertion of the form <metric><op><value> (whitespace optional), e.g. added_volume>100, faces_added == 3, removed_volume <= 0.5.