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
High-profile Rust web framework, perhaps the most popular one. Contains some potentially unnecessary unsafe code.
Actix-web has already gotten plenty of bad publicity (including very recently) for judicious use of unsafe code, which made it a sensitive topic to the author. Please be respectful when talking to maintainers. When opening a PR, provide benchmark results before and after the proposed change.
The text was updated successfully, but these errors were encountered:
Undefined behavior in safe code described heredoes not apply to actix-web: it's in actix-net crate, which is not in the dependency tree of actix-web. Still needs to be fixed though.
https://crates.io/crates/actix-web
High-profile Rust web framework, perhaps the most popular one. Contains some potentially unnecessary unsafe code.
Actix-web has already gotten plenty of bad publicity (including very recently) for judicious use of unsafe code, which made it a sensitive topic to the author. Please be respectful when talking to maintainers. When opening a PR, provide benchmark results before and after the proposed change.
The text was updated successfully, but these errors were encountered: