dervy

Crates.iodervy
lib.rsdervy
version0.1.0
sourcesrc
created_at2024-10-23 06:40:19.984942
updated_at2024-10-23 06:40:19.984942
descriptionAuto-derivation for entity types in domain-driven design
homepagehttps://www.github.com/dallinhuff/dervy
repositoryhttps://www.github.com/dallinhuff/dervy
max_upload_size
id1419772
size6,985
Dallin Huff (dallinhuff)

documentation

README

dervy

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.

Commit count: 0

cargo fmt