v0.7.0-alpha.3
Pre-release
Pre-release
What's Changed
- Allow dereferencing an Unalign, add trait impls by @joshlf in #126
- Clean up allow(dead_code) by @joshlf in #138
- Mark zerocopy-derive utility macros as doc(hidden) by @joshlf in #139
- Clean up trait impls, add some safety comments by @joshlf in #136
- Add new trait impls by @joshlf in #141
- Use static_assertions to assert trait impls by @joshlf in #142
- Use a single Cargo workspace by @joshlf in #144
- Introduce FromZeroes trait by @joshlf in #143
- Relax requirements for deriving
FromZeroes
on enums by @djkoloski in #145 - Clean up trait doc comments by @joshlf in #147
- Add
fn main
to UI test files by @joshlf in #157 - Update MSRV to 1.65.0 by @joshlf in #156
- Put the byteorder module behind a feature flag by @joshlf in #162
Full Changelog: v0.7.0-alpha.2...v0.7.0-alpha.3