Inherit and derive object-unsafe traits for dynamic Rust.
Derives for PartialEq on structs and enums with trait objects
Macros for rkyv_dyn
Proc macro for dyn_ext (derives)
Derive macros for the `dyn_struct` crate
Proc macro to convert struct to Box<dyn T>
#[derive(DynAny)]
Inherit and derive object-unsafe traits for dynamic Rust.
Dynamic (object-safe) version of std traits.
Two traits to enable PartialEq for types with trait objects as fields. Best used with the derives in partial_eq_dyn_derive
Implementation of dyn_partial_eq
Core functionality for the `dynex` crate.