redbpf 0.9.3

eBPF build and runtime library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
RedBPF
======

[![LICENSE](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE)
[![CircleCI](https://circleci.com/gh/redsift/redbpf.svg?style=shield)](https://circleci.com/gh/redsift/redbpf)
[![Crates.io Version](https://img.shields.io/crates/v/redbpf.svg)](https://crates.io/crates/redbpf)
[![Documentation](https://img.shields.io/badge/docs-latest-red.svg)](https://redsift.github.io/rust/redbpf/doc/redbpf/)

A Rust eBPF library.

Targeting Rust 2018, so currently only builds on nightly.

For more information, look at the [Red Sift Blog](https://blog.redsift.com/?p=401),
the [ingraind wiki](https://github.com/redsift/ingraind/wiki)
and the [crate documentation](https://redsift.github.io/rust/redbpf/doc/redbpf/).