rust-dpdk

Crates.iorust-dpdk
lib.rsrust-dpdk
version0.0.1
sourcesrc
created_at2015-01-29 12:54:48.922823
updated_at2015-12-11 23:56:40.231265
descriptionBindings to Intel DPDK: Data Plane Development Kit
homepagehttp://dpdk.org/
repositoryhttps://github.com/libpnet/rust-dpdk
max_upload_size
id1312
size199,303
Robert Clipsham (mrmonday)

documentation

README

rust-dpdk

Rust bindings to Intel's DPDK, currently at version 1.8.0.

Building

To generate the bindings from scratch, use:

make BINDGEN=<bindgen> EXTRA_ARGS=<args>

The BINDGEN and EXTRA_ARGS parameters are optional, and may be used to specify the path to the bindgen binary, and replace some of the arguments passed to bindgen (include paths etc) respectively.

To use within your own project, use:

[dependencies.rust-dpdk]
git = "https://github.com/libpnet/rust-dpdk.git"
Commit count: 1

cargo fmt