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
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "selective_assertions"
description = "Macros for asserting equality of structs with the flexibility to exclude or focus on specific fields."
version = "0.3.0"
edition = "2021"
authors = ["Daisuke Ito <daisuke.ito.cs@gmail.com>"]
license = "MIT"
keywords = ["macro", "test", "testing", "assertions", "assert"]
readme = "README.md"
repository = "https://github.com/poi2/selective_assertions"

[dependencies]
paste = "1.0.15"

[dev-dependencies]
derive-getters = "0.4.0"
getset = "0.1.2"