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

Various minor improvements to Ipv6Addr::Display #72407

Merged
merged 1 commit into from
May 30, 2020

Commits on May 21, 2020

  1. Various minor improvements to Ipv6Addr::Display

    - Defer to Ipv4Addr::fmt when printing an Ipv4 address
    - Fast path: write directly to f without an intermediary buffer when
      there are no alignment options
    - Simplify finding the inner zeroes-span
    Lucretiel committed May 21, 2020
    Configuration menu
    Copy the full SHA
    44ca3da View commit details
    Browse the repository at this point in the history