Open
Description
See https://udoprog.github.io/rust/2023-10-19/musli-zerocopy.html and https://docs.rs/musli-zerocopy/latest/musli_zerocopy/.
Better ergonomics/discoverability for bytes-to-reference-type conversion (what is currently only supported by constructing aRef
and then converting to a reference)- Provide the ability to zero padding bytes and return
&Initialized<T>
#494 - Support
TryFromBytes
- conditional conversion analogous toFromBytes
#5
cc @udoprog