discriminant_hash_eq

Crates.iodiscriminant_hash_eq
lib.rsdiscriminant_hash_eq
version0.1.0
sourcesrc
created_at2024-08-09 01:35:40.626235
updated_at2024-08-09 01:35:40.626235
descriptionThe DiscriminantHashEq macro is designed to derive implementations of the Hash, PartialEq, and Eq traits for enum types. These implementations are based solely on the enum's variant discriminants, ignoring any associated data within the variants. This means that two enum values are considered equal if they are the same variant, regardless of the values of any fields they might contain.
homepage
repository
max_upload_size
id1330201
size4,211
Ethereumdegen (ethereumdegen)

documentation

README

Commit count: 0

cargo fmt