Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

migrate to rust 1.64 network primitives #13

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Conversation

ptitdoc
Copy link

@ptitdoc ptitdoc commented Sep 10, 2024

rust-lang/rust#78802
#12

Most code and macros to convert from and to rust layout such as Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6 has been copied from the mio crate.

AAll system calls have been replaced by the syscall macro found in the mio crate.

This pull request also merged the ppid and try staled pull requests.

kishiguro and others added 6 commits January 26, 2020 07:33
Most code and macros to convert from and to rust layout
such as Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6
has been copied from the mio crate.

All system calls have been replaced by the syscall macro
similarly to the mio crate.

Fixes phsym#12
@phsym
Copy link
Owner

phsym commented Sep 23, 2024

Awesome thank you. I'll merge this and release the new version.

@phsym phsym merged commit f26137e into phsym:master Sep 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants