netmap_sys 0.1.0

Bindings to netmap - the fast packet I/O framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
cache:
    directories:
        - $HOME/.cargo
rust:
    - stable
    - beta
    - nightly
notifications:
    irc:
        channels:
            - "chat.freenode.net#libpnet"
        use_notice: true
script:
  - |
      git clone --depth=1 https://github.com/luigirizzo/netmap &&
      cargo build --verbose && cargo test --verbose &&
      cargo build --features netmap_with_libs && cargo test --features netmap_with_libs