PartialEq macros for trait objects
Implementation of dyn_partial_eq
Two traits to enable PartialEq for types with trait objects as fields. Best used with the derives in partial_eq_dyn_derive
Derives for PartialEq on structs and enums with trait objects
Inherit and derive object-unsafe traits for dynamic Rust.
Inherit and derive object-unsafe traits for dynamic Rust.
Dynamic (object-safe) version of std traits.
Core functionality for the `dynex` crate.
Compare apples and oranges (and more). Trait object reference casting and trait object comparisons.
provide rust reflect function to ease game developments
Dynamically interact with rust types
Compile-time trait reflection for Rust