netmap_sys 0.1.4

Bindings to netmap - the fast packet I/O framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
// FIXME replace with intrinsics
#[cfg(feature = "netmap_with_libs")]
#[inline(always)]
pub fn likely<t>(t: t) -> t {
    t
}
#[inline(always)]
pub fn unlikely<t>(t: t) -> t {
    t
}