pub fn parse(input: &str) -> Vec<(String, String)>
Parse a logfmt line into key-value pairs.
Bare keys (no =) are mapped to the value "true". Empty values (key=) are mapped to "". Returns an empty vec for blank input.
=
"true"
key=
""