Module object::pod[][src]

Expand description

Tools for converting file format structures to and from bytes.

This module should be replaced once rust provides safe transmutes.

Structs

A newtype for byte slices.

Traits

A trait for types that can safely be converted from and to byte slices.

Trait for writable buffer.

Functions

Cast a Pod type to a byte slice.

Cast a slice of a Pod type to a byte slice.

Cast a byte slice to a Pod type.

Cast a byte slice to a slice of a Pod type.