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
{{ message }}
This repository has been archived by the owner on May 1, 2021. It is now read-only.
Awesome 🎉
Will there be a semver compatible patch release coming out? So people can get rid of the invalid memory assumption with a simple cargo update.
This code assumes that Rust's
std::net::{SocketAddrV4, SocketAddrV6}
are layout compatible withsockaddr
:nb-connect/src/lib.rs
Lines 61 to 84 in f706c11
This is not guaranteed by the standard library, see rust-lang/rust#78802 for more details.
The text was updated successfully, but these errors were encountered: