partial_eq_dyn 0.1.0

Two traits to enable PartialEq for types with trait objects as fields. Best used with the derives in partial_eq_dyn_derive
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "partial_eq_dyn"

version = "0.1.0"

edition = "2021"

license = "MIT OR Apache-2.0"

keywords = ["dynamic"]

description = "Two traits to enable PartialEq for types with trait objects as fields. Best used with the derives in partial_eq_dyn_derive"

readme = "README.md"

repository = "https://github.com/StamesJames/partial_eq_dyn"



[dependencies]