Skip to main content

Module edit

Module edit 

Source
Expand description

Edit buffer parsing and diff logic for murk edit.

Structs§

EditDiff
Result of parsing an edited buffer and diffing against the original.
ParseWarning
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.