Expand description

Pickle serialization

Structs

Options for serializing.

A structure for serializing Rust values into a Pickle stream.

Enums

Supported pickle protocols for writing.

Functions

Encode the specified struct into a Vec<u8> buffer.

Encode the specified struct into a [u8] writer.

Encode the value into a Vec<u8> buffer.

Encode the value into a pickle stream.