RustCrypto / hybrid-array

Hybrid typenum/const generic arrays
Apache License 2.0
9 stars 8 forks source link

Optional `bytemuck` support #99

Closed tarcieri closed 3 weeks ago

tarcieri commented 3 weeks ago

Adds impls of Pod and Zeroable for Arrays of types which impl these traits respectively.

Closes #83