Module gix_attributes::parse
source · Expand description
Modules
Structs
- An iterator over attribute assignments in a single line.
- An iterator over attribute assignments, parsed line by line.
Enums
- The error returned by
parse::Lines. - The kind of attribute that was parsed.
Functions
- Parse git ignore patterns, line by line, from
bytes.