Closed est31 closed 1 year ago
Thank you very much. Will try to remember to publish it to crates.io tonight
Thanks @Gilnaa for the fast review! :heart:
Failed to remember that night :) Anyway, published as v0.9.0, thanks again and have a nice weekend.
@Gilnaa thanks for having done the release!
Add a cargo feature
unstable_offset_of
to use the unstablecore::mem::offset_of!()
macro (https://github.com/rust-lang/rust/issues/106655). This allows for unsized structs (#25) and many other things. It also helps with testing of the upstreamoffset_of
macro: testing is now as easy as enabling this feature, one doesn't have to change the usages frommemoffset::offset_of
tocore::mem::offset_of
.