Function from_reader

Source
pub fn from_reader<R>(read: R) -> Owners
where R: Read,
Expand description

Parse a CODEOWNERS file from some readable source This format is defined in Github’s documentation The syntax is uses gitgnore patterns followed by an identifier for an owner. More information can be found here