rust-netmap

Rust bindings to netmap, currently at version 3.17 (Linux).

Usage

To use within your own project, add:

``` [dependencies.rust-netmap] git = "https://github.com/libpnet/rust-netmap.git"

Uncomment this line where you wish to use features guarded by the

NETMAPWITHLIBS macro in C.

features = "netmapwithlibs"

```

To your Cargo.toml.