Re-exports§
pub use runtime;
Modules§
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 implementFrom
andtest_fuzz::Into
for$ident
so thatconvert = "&$ty, $ident"
can be used.
Traits§
- Trait whose implementation is required by the
test_fuzz
macro’sconvert
option.
Functions§
deserialize_ref
functions similar toleak!
, but it is meant to be used with Serde’sdeserialize_with
field attribute.deserialize_ref_mut
is similar todeserialize_ref
, except it operates on a mutable reference instead of an immutable one.serialize_ref
functions similar toleak!
, but it is meant to be used with Serde’sserialize_with
field attribute.serialize_ref_mut
is similar toserialize_ref
, except it operates on a mutable reference instead of an immutable one.