Macros for the partially crate
More customisable #[derive(PartialEq)]
makes all the properties of a struct type an optional property
A proc-macro crate that generates partial versions of Rust structs. Specify omitted fields and custom derives via attributes, then use the generated conversion method to build the full struct.
Derive PartialEq, Eq, PartialOrd, Ord, and Hash with fine-grained control over field comparison
Rust macros for deriving optional types
Provides the Partial trait, and an optional macro to mirror a struct, wrapping each field in an Option
Derives for partial_ref
A crate that allows deriving Eq and Hash for types that contain floating points
Implementation of dyn_partial_eq
Derive-macro support for PartialDefault
A Rust crate to implement layered partial configuration