pcap-toolkit 0.1.0

A blazing-fast, data-oriented PCAP manipulation, routing, and transformation tool written in Rust
Documentation
1
2
3
4
5
6
7
8
# Compatibility shim for `nix-shell` users.
# Delegates to the flake devShell so both entry points get identical environments.
# Prefer `nix develop` (or direnv with `use flake`) for the full experience.
let
  flake = builtins.getFlake (toString ./.);
  system = builtins.currentSystem;
in
  flake.devShells.${system}.default