Milky2018/svgdiff/engine/source does not have a README file
pub(all) struct SourceAuditDiagnostic {
code : String
source_role : String
source_span : ReportSourceSpan?
} derive(ToJson)pub(all) struct SourceAuditDifference {
id : String
kind : String
path : String
name : String
before : SourceAuditFact?
after : SourceAuditFact?
} derive(ToJson)pub(all) struct SourceAuditFact {
kind : String
path : String
name : String
authored_value : String
source_span : ReportSourceSpan
} derive(ToJson)pub(all) struct SourceAuditReport {
audit_schema_version : String
analysis_status : String
differences : Array[SourceAuditDifference]
diagnostics : Array[SourceAuditDiagnostic]
} derive(ToJson)Deterministic visual-semantic SVG comparison with typed reports for programs and text-only agents.
Dependencies