struct-pad 0.2.0

Padding types to enable memory layout optimizations.
Documentation
[package]
name = "struct-pad"
version = "0.2.0"
authors = ["Ryan Avella"]
edition = "2018"
description = "Padding types to enable memory layout optimizations."
documentation = "https://docs.rs/struct-pad"
readme = "README.md"
homepage = "https://github.com/ryanavella/struct-pad"
repository = "https://github.com/ryanavella/struct-pad"
license = "Unlicense OR MIT"
keywords = ["struct", "field", "pad", "padding", "no-std"]
categories = ["memory-management", "rust-patterns", "no-std", "embedded"]

[dependencies]