zerocopy 0.8.48

Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.
Documentation
1
2
3
4
5
6
7
8
9
error[E0589]: invalid `repr(align)` attribute: larger than 2^29
  --> $DIR/max-align.rs:98:17
   |
98 | #[repr(C, align(1073741824))]
   |                 ^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0589`.