pcap-async 0.3.0

Async/Stream Extensions for libpcap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
format:
  piped: true
  commands:
    1_install:
      run: rustup component add rustfmt
    2_cargo_fmt:
      run: cargo +${RUST_VERSION:-stable} fmt --all

pre-push:
  piped: true
  commands:
    1_install:
      run: rustup component add rustfmt
    2_fmt:
      run: cargo +${RUST_VERSION:-stable} fmt --all -- --check