Re-exports§
pub use runtime;
Modules§
Macros§
- Skip values of type
$tywhen serializing. Initialize values of type$tywith$exprwhen deserializing. - Wrap
<$ty as ToOwned>::Ownedin a type$identand implementFromandtest_fuzz::Intofor$identso thatconvert = "&$ty, $ident"can be used.
Traits§
- Trait whose implementation is required by the
test_fuzzmacro’sconvertoption.
Functions§
deserialize_reffunctions similar toleak!, but it is meant to be used with Serde’sdeserialize_withfield attribute.deserialize_ref_mutis similar todeserialize_ref, except it operates on a mutable reference instead of an immutable one.serialize_reffunctions similar toleak!, but it is meant to be used with Serde’sserialize_withfield attribute.serialize_ref_mutis similar toserialize_ref, except it operates on a mutable reference instead of an immutable one.