Parser Kino -

fn assignment(input: &str) -> IResult<&str, (&str, u32)> (_, _, name, _, _, _, val)

In the developer community, labeling a piece of code or a parsing technique as "Parser Kino" implies that the solution is elegant, minimal, and mathematically beautiful. It is the opposite of "spaghetti code." It is code that makes you nod your head in appreciation of its structural integrity. parser kino