| Crates.io | libiptc-sys |
| lib.rs | libiptc-sys |
| version | 0.1.0 |
| created_at | 2016-09-21 17:32:32.410975+00 |
| updated_at | 2016-09-21 17:32:32.410975+00 |
| description | Rust FFI bindings for the libiptc used to communicate with Linux's IPTables |
| homepage | |
| repository | https://github.com/vtsingaras/libiptc-sys |
| max_upload_size | |
| id | 6574 |
| size | 44,730 |
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