Module arch

Module arch 

Source
Expand description

Architecture system uses default Rust supported platforms and architectures.

Alignment values are not randomly chosen or incorporated directly. Values are considered and incorporated inside with the mindset of preventing false sharing or creating less warp points in exclusive caching.

Please head to the documentation of Cuneiform for more info.

Structsยง

ArchPadding
Applies padding based on the architecture detected by cuneiform. This struct allows us to have padding on only wrapped field.