| 1 | //! # assert-struct: Ergonomic Structural Assertions |
| 2 | //! |
| 3 | //! `assert-struct` is a procedural macro that enables clean, readable assertions for complex |
| 4 | //! data structures without verbose field-by-field comparisons. When assertions fail, it provides |
nothing calls this directly
no outgoing calls
no test coverage detected