Module libafl::bolts::serdeany[][src]

Expand description

Poor-rust-man’s downcasts for stuff we send over the wire (or shared maps)

Re-exports

pub use serdeany_registry::*;

Modules

Structs

Callback struct for deserialization of a SerdeAny type.

Wrap a type for serialization

Traits

A (de)serializable Any trait

Functions

Get a type_id from its previously unpacked u64. Opposite of [unpack_type_id(id)].

Unpack a type_id to an u64 Opposite of [pack_type_id(id)].

Type Definitions

Callback for SerdeAny deserialization.