libnfqueue 0.1.0

Bindings for the libnetfilter_queue library
1
2
3
use std::sync::Mutex;

lazy_static! { pub static ref NFQ_LOCK: Mutex<()> = Mutex::new(()); }