codeinput 0.0.4

A powerful library for parsing, analyzing, and managing CODEOWNERS files. Provides advanced querying capabilities, ownership analysis, and tag-based file organization.
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod infer_owners;
pub mod inspect;
pub mod list_files;
pub mod list_owners;
pub mod list_rules;
pub mod list_tags;
pub mod parse;