Expand description
Edit buffer parsing and diff logic for murk edit.
Structs§
- Edit
Diff - Result of parsing an edited buffer and diffing against the original.
- Parse
Warning - Malformed lines encountered during parsing.
Functions§
- diff_
edits - Diff edited entries against the original set.
- parse_
edit_ buffer - Parse a KEY=VALUE edit buffer, filtering comments and blank lines. Returns parsed entries and any warnings for malformed lines.
- parse_
single_ value - Parse a single-key edit result, stripping comment lines.