netip 0.2.0

IPv4/IPv6 network types with non-contiguous masks support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Benchmarks

on:
  workflow_dispatch:

env:
  CARGO_TERM_COLOR: always

jobs:
  bench:
    name: Bench
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
      - uses: Swatinem/rust-cache@v2
      - run: cargo bench