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

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

Re-exports

pub use serdeany_registry::*;

Modules

serdeany_registry

A crate::bolts::serdeany module.

Structs

DeserializeCallbackSeed

Callback struct for deserialization of a SerdeAny type.

Wrap

Wrap a type for serialization

Traits

SerdeAny

A (de)serializable Any trait

Functions

pack_type_id

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

unpack_type_id

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

Type Definitions

DeserializeCallback

Callback for SerdeAny deserialization.