[][src]Crate zc

Crate providing Zc for self-referential zero-copy structures.

Re-exports

pub use aliasable;

Macros

from

A convenience macro for constructing a Zc type via a Dependant's From.

try_from

A convenience macro for constructing a Zc type via a Dependant's TryFrom.

Structs

Zc

A zero-copy structure consisting of an Owner and a Dependant.

Traits

Dependant

Dependant is implemented for types that use data provided by an Owner.

Owner

Represents the owner of data with an associated storage type.

Storage

Implemented for types that can safely give a stable, aliasable reference to data they own.

Derive Macros

Dependant