Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: achanda/ipnetwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.0
Choose a base ref
...
head repository: achanda/ipnetwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.0
Choose a head ref
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 9, 2020

  1. Implement TryFrom<&str> for all basic types

    Also improve some docs and FromStr type signature
    Closes #135
    achanda committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    e15e8cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from achanda/tryfrom

    Implement TryFrom<&str> for all basic types
    achanda authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    46cc64d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Convert Ipv{4,6}Network::new to const functions

    IpNetwork::new cannot be const since it is not supported with the ?
    operator
    
    Closes #111
    achanda committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8fcff82 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Merge pull request #137 from achanda/const-fn

    Convert Ipv{4,6}Network::new to const functions
    achanda authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c26c836 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    1f3e10f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request #139 from achanda/iter-public

    Reexport underlying iterators and do not implement Copy
    achanda authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1410809 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Always inline the contains function

    This function is commonly called in a loop (or iterator). Inlining it
    makes it run faster, which is beneficial in this case.
    achanda committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    9921661 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from achanda/contains-inline

    Always inline the contains function
    achanda authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    fe9f1ba View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Cut a new release for v0.18.0

    achanda committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c9b2bc5 View commit details
    Browse the repository at this point in the history
Loading