Re-exports
pub use runtime;Macros
Skip values of type $ty when serializing. Initialize values of type $ty with $expr when
deserializing.
Wrap <$ty as ToOwned>::Owned in a type $ident and implement From and test_fuzz::Into
for $ident so that convert = "&$ty, $ident" can be used.
Enums
Traits
Functions
deserialize_ref functions similar to leak!, but it is meant to be used with Serde’s
deserialize_with field attribute.
serialize_ref functions similar to leak!, but it is meant to be used with Serde’s
serialize_with field attribute.