compare_fields_derive 0.1.1

Procedural macro for deriving the CompareFields trait
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 278.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sigp/compare_fields
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • github:sigp:crates-io macladson

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.