bylaw-analyzer 0.1.0

Stable-Rust semantic Cargo workspace importer for Cargo Bylaw
Documentation
1
2
3
4
5
6
7
mod analyzer;
mod error;
mod options;

pub use analyzer::analyze_workspace;
pub use error::AnalyzerError;
pub use options::{AnalysisOptions, IncompleteAnalysisPolicy};