crap-core 0.1.0

Language-agnostic foundation for the CRAP analyzer family — domain types, port traits, and shared invariants for crap4rs / future crap4ts.
Documentation

crap-core — language-agnostic CRAP analyzer foundation.

Domain types, port traits, and shared invariants used by every per-language CRAP adapter (crap4rs, future crap4ts, …). Pure domain — no syn, no LCOV, no I/O. Coverage adapters supply a concrete ParseDiagnostic impl; the analyzer pipeline flows that type through ParseOutput<P> and AnalysisDiagnostics<P>.

Imported in S2 (crap4rs#134). Adapter relocation (reporters + baseline + config + diff + filesystem walker) landed in S3 (crap4rs#135). Core orchestration + CLI dispatch landed in S4 (crap4rs#136) — core::analyze<P> and cli::run<P> are language-agnostic; the per-adapter binaries (crap4rs, future crap4ts) inject their own ComplexityPort + CoveragePort<Diagnostic = P>.