Rust ffi bindings to libiptc.
Requires the libiptc development package and pkg-config on the system.
For the tests it requires the libcap development package as it skips some integration tests if the necessary privileges are not present.
bash
sudo dnf install iptables-devel libcap-devel
bash
sudo aptitude install iptables-dev libcap-dev