pinapod 0.4.3

Zero-copy pod types with derive macros. Alignment-1 representations for zero-overhead data access.
Documentation
1
2
3
fn main() {
	let _ = pinapod::PodString::<8, 3>::default();
}