cargo-aprz-lib 0.14.0

Internal library for cargo-aprz
Documentation
1
2
3
4
5
6
7
8
mod codebase_data;
mod git;
mod github_workflow_analyzer;
mod provider;
mod source_file_analyzer;

pub use codebase_data::CodebaseData;
pub use provider::Provider;