codeowners-rs 0.1.1

A library for parsing and matching CODEOWNERS files
Documentation
1
2
3
4
5
6
mod builder;
mod matcher;
mod nfa;

pub use self::builder::Builder;
pub use self::matcher::Matcher;