pub struct Mailmap { /* private fields */ }
Expand description
A structure to represent a repository’s .mailmap file.
The representation cannot be written to disk.
Implementations§
source§impl Mailmap
impl Mailmap
sourcepub fn from_buffer(buf: &str) -> Result<Mailmap, Error>
pub fn from_buffer(buf: &str) -> Result<Mailmap, Error>
Creates an in-memory mailmap object representing the given buffer.