rebpf-sys 0.1.0

A raw binding for libbpf.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// This code is released under the
// GNU Lesser General Public License (LGPL), version 3
// https://www.gnu.org/licenses/lgpl-3.0.html
// (c) Lorenzo Vannucci

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

pub mod libbpf_sys;
pub mod bpf_sys;