jswrenn / typic

Type-safe transmutations between layout-compatible types.
https://crates.io/crates/typic
Apache License 2.0
121 stars 4 forks source link

The 0.3 release doesn't have any notable changes #12

Open kylone opened 4 years ago

kylone commented 4 years ago

I was looking at the changelog in CHANGELOG.md, and saw that there was no release notes for the most recent version: 0.3. What changed required a new minor version in this release?

jswrenn commented 4 years ago

Good catch! The design of stability declaration system was totally redesigned: https://github.com/jswrenn/typic/pull/5

It's still a work-in-progress, unfortunately. There's just enough there to validate the design, but my attention has since shifted to preparing an RFC for safe transmutation: https://github.com/rust-lang/project-safe-transmute/pull/5