Available on crate feature
mailmap only.Expand description
Modules§
Structs§
- Entry
- An typical entry of a mailmap, which always contains an
old_emailby which the mapping is performed to replace the givennew_nameandnew_email. - Snapshot
- A data-structure to efficiently store a list of entries for optimal, case-insensitive lookup by email and optionally name to find mappings to new names and/or emails.
Functions§
- parse
- Parse the given
bufof bytes line by line into mapping Entries. - parse_
ignore_ errors - Similar to parse(), but will skip all lines that didn’t parse correctly, silently squelching all errors.