mizchi/crater-aomx/diff does not have a README file
pub(all) enum ChangeType {
Added
Removed
Moved
Resized
RoleChanged
NameChanged
StateChanged
VisibilityChanged
}pub(all) struct DiffConfig {
position_threshold : Double
size_threshold : Double
ignore_invisible : Bool
ignore_anonymous_generic : Bool
}pub(all) struct DiffResult {
differences : Array[Difference]
added_count : Int
removed_count : Int
changed_count : Int
similarity : Double
}pub(all) struct Difference {
change_type : ChangeType
path : String
element_id : String
description : String
severity : Int
}fn diff_trees(before : AccessibilityTree, after : AccessibilityTree, config : DiffConfig) -> DiffResultAOM-derived extraction, grounding, and diff helpers for crater
Dependencies