codeinput 0.0.3

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
pub mod config;
pub mod inspect;
pub mod list_files;
pub mod list_owners;
pub mod list_rules;
pub mod list_tags;
pub mod parse;