libiptc-sys

Crates.iolibiptc-sys
lib.rslibiptc-sys
version0.1.0
sourcesrc
created_at2016-09-21 17:32:32.410975
updated_at2016-09-21 17:32:32.410975
descriptionRust FFI bindings for the libiptc used to communicate with Linux's IPTables
homepage
repositoryhttps://github.com/vtsingaras/libiptc-sys
max_upload_size
id6574
size44,730
Vyronas Tsingaras (vtsingaras)

documentation

README

libiptc-sys Build Status

Rust ffi bindings to libiptc.

Developer dependencies

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.

Fedora/CentOS/etc.

sudo dnf install iptables-devel libcap-devel

Ubuntu/Debian/etc.

sudo aptitude install iptables-dev libcap-dev
Commit count: 16

cargo fmt