Rust bindings to NetBSD's cBPF JIT engine
Version: 1.0.0
Author: Alex Forster \
``` static PACKET: &'static [u8] = &[...];
let filter = BpfJit::new("udp dst port 123")?;
if filter.matches(PACKET) { ... } ```
sljit
Copyright © Zoltan Herczeg \
Distributed under the 2-clause BSD license (BSD-2-Clause).
bpfjit
Copyright © Alexander Nasonov \
Distributed under the 2-clause BSD license (BSD-2-Clause).