selective_assertions 0.3.0

Macros for asserting equality of structs with the flexibility to exclude or focus on specific fields.
Documentation
1
2
3
4
// Implementation of the assert_eq_excluding! macro
pub mod assert_eq_excluding;
// Implementation of the assert_eq_selected! macro
pub mod assert_eq_selected;