Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

socketaddr: implement conversions for tokio and std unix SocketAddr #6868

Merged
merged 5 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. socketaddr: implement conversions for tokio and std unix SocketAddr

    Implement `From` to convert `tokio::unix::SocketAddr` to and from
    Rust's `std::os::unix::net::SocketAddr`.
    
    These types were (I'm told) originally separate because `mio` had a
    distinct `SocketAddr` type.  This patch makes it possible to
    convert between them more easily.
    
    Fixes: tokio-rs#6864
    nmathewson committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1f97ece View commit details
    Browse the repository at this point in the history
  2. socketaddr: fix rustfmt

    nmathewson committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    beab0c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    f3c5bd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57cfe37 View commit details
    Browse the repository at this point in the history
  3. socketaddr: apply documentation suggestion

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    nmathewson and Darksonn committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    de97124 View commit details
    Browse the repository at this point in the history