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