edef1c / libfringe

a Rust library implementing safe, lightweight context switches, without relying on kernel services
https://edef1c.github.io/libfringe
Apache License 2.0
512 stars 31 forks source link

Stack should be an unsafe trait #45

Closed rphmeier closed 8 years ago

rphmeier commented 8 years ago

Its contract is relied upon for memory safety, so its definition should be unsafe.

Amanieu commented 8 years ago

cc #39

rphmeier commented 8 years ago

I agree with the resolution of that issue