Padding/aligning values without heap allocation.
std
(default feature):- Disable
#![no_std]
. - Enable features that require heap allocation.
- Disable
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.