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
Rust's unsafe allows us to shoot ourselves in the foot in quite subtle ways.
I've tried to minimize the amount of unsafe code here, but if you're experienced with unsafe rust and soundness issues, please have a look at the source and leave a comment with your thoughts.
The text was updated successfully, but these errors were encountered:
Rust's
unsafe
allows us to shoot ourselves in the foot in quite subtle ways.I've tried to minimize the amount of unsafe code here, but if you're experienced with unsafe rust and soundness issues, please have a look at the source and leave a comment with your thoughts.
The text was updated successfully, but these errors were encountered: