codeinput 0.1.0

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
9
10
11
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;

#[cfg(feature = "tower-lsp")]
pub mod lsp;