Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 598 Bytes

File metadata and controls

11 lines (7 loc) · 598 Bytes

compare_fields

CI Crates.io Documentation

Field-by-field comparisons for structs and vecs.

Returns comparisons as data, without making assumptions about the desired equality (e.g., does not panic! on inequality).

See the documentation for usage examples.