You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix layout differences of Header<Atomic> v.s. Header<NonAtomic>
This fixes#58, which shows UB
when converting between non-atomic and atomic `Tendril`.
This conversion is exposed without `unsafe` through `SendTendril`
and implemented with `transmute`, so matching layout is essential.
0 commit comments