- Added changelog
- Clarify documentation about macro indirection
- Turn the crate into a thin stdlib wrapper on rustc>=1.77
- Turn
unstable_offset_of
andunstable_const
into NOPs; they are not needed any more on recent nightlies
- Cargo feature
unstable_offset_of
which turns the crate into a stdlib polyfill
- Constant-evaluation is automatically enabled
- Version in
README.md
offset_of_union!
- [nightly]
#![feature(const_raw_ptr_deref, const_maybe_uninit_as_ptr)]