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: krisprice/ipnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.0
Choose a base ref
...
head repository: krisprice/ipnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 8, 2024

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

Commits on Jul 24, 2024

  1. Add new_assert implementations

    Add new_assert implementations that can verify prefix length at
    compile time. That allows users to create const items of IpvXNet type.
    When called not from a const context it will panic at runtime when
    prefix length is incorrect.
    jjanowsk committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fb951df View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Merge pull request #57 from jjanowsk/new_assert

    Add new_assert implementations
    krisprice authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    e5e4224 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from cuishuang/master

    Remove redundant curly braces so that the example program can compile
    krisprice authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    13a8615 View commit details
    Browse the repository at this point in the history
  3. Update RELEASES.md

    krisprice authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a799770 View commit details
    Browse the repository at this point in the history
  4. Update Cargo.toml

    krisprice authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7732422 View commit details
    Browse the repository at this point in the history
  5. Update lib.rs

    krisprice authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6c72e9f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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