Crates.io | dervy |
lib.rs | dervy |
version | 0.1.0 |
source | src |
created_at | 2024-10-23 06:40:19.984942 |
updated_at | 2024-10-23 06:40:19.984942 |
description | Auto-derivation for entity types in domain-driven design |
homepage | https://www.github.com/dallinhuff/dervy |
repository | https://www.github.com/dallinhuff/dervy |
max_upload_size | |
id | 1419772 |
size | 6,985 |
In domain-driven design, entity types should be compared by identity rather than value. dervy allows you to annotate your domain entities in order to derive implementations of PartialEq, Eq, and Hash that only consider identity for equality.