Lokathor / bytemuck

A crate for mucking around with piles of bytes
https://docs.rs/bytemuck
Apache License 2.0
697 stars 77 forks source link

Fix panics in `try_cast_slice_box` etc #254

Closed zachs18 closed 1 month ago

zachs18 commented 1 month ago

Addresses the panics described in #253, but does not change the other inconsistencies (i.e. option 1 overall "status quo" + option 1 for the panic "Allow empty source slices for [NonZst] -> [Zst], return an error on non-empty source slices").