zero-copy-pads
Padding/aligning values without heap allocation.
Cargo Features
std(default feature):- Disable
#![no_std]. - Enable features that require heap allocation.
- Disable
Usage
API references and example codes can be found in docs.rs.
Padding/aligning values without heap allocation.
std (default feature):
#![no_std].API references and example codes can be found in docs.rs.