pub fn from_reader<R>(read: R) -> Ownerswhere
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