Derive Macro epserde::TypeInfo

source ·
#[derive(TypeInfo)]
{
    // Attributes available to this derive:
    #[zero_copy]
    #[deep_copy]
}
Expand description

Generate a partial ε-serde implementation for custom types.

It generates implementations just for the traits MaxSizeOf, TypeHash, and ReprHash. See the documentation of epserde_derive for more information.