Crate derive_pod

Source
Expand description

Auto derive the Pod trait.

This crate should not be used directly, instead depend on the dataview crate with the derive_pod feature enabled.

Derive Macrosยง

FieldOffsets
Derive macro calculates field offsets.
Pod
Derive macro for the Pod trait.