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.
sudo dnf install iptables-devel libcap-devel
sudo aptitude install iptables-dev libcap-dev