1
2
3
4
5
6
7
8
9
#![allow(bad_style)]
extern crate libc;

pub mod netmap;
pub mod netmap_user;
mod netmap_util;

#[cfg(feature = "netmap_with_libs")]
mod netmap_with_libs;