Module pod::code [] [src]

I/O traits for POD and other types.

Structs

CStringDecodeOptions

Describes how to decode a CString

StringDecodeOptions

Describes how to decode a String

VecDecodeOptions

Describes how to decode a Vec<T>

Traits

Decode

Decodes data from a Read into a new value.

Encode

Encodes an value's binary representation to a Write.