Milky2018/svgdiff/engine does not have a README file
pub(all) struct ComparisonControl {
should_cancel : () -> Bool
max_checkpoints : Int?
}pub(all) struct ResourceBundleEntry {
locator : String
media_type : String
bytes : Bytes
}fn compare(before_svg : String, after_svg : String, profile : ComparisonProfile) -> StructuredReportfn compare_with_control(before_svg : String, after_svg : String, profile : ComparisonProfile, control : ComparisonControl) -> StructuredReport raise ComparisonInterruptedfn compare_with_control_and_resources(before_svg : String, after_svg : String, profile : ComparisonProfile, before_resources : ResourceBundle, after_resources : ResourceBundle, control : ComparisonControl) -> StructuredReport raise ComparisonInterruptedfn compare_with_resources(before_svg : String, after_svg : String, profile : ComparisonProfile, before_resources : ResourceBundle, after_resources : ResourceBundle) -> StructuredReportDeterministic visual-semantic SVG comparison with typed reports for programs and text-only agents.
Dependencies