libseccomp-sys 0.1.0

Raw FFI bindings for libseccomp library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libseccomp-sys

Low-leve bindings for the libseccomp library

This crate contains the raw FFI bindings to the [libseccomp](https://github.com/seccomp/libseccomp)
library by using [bindgen](https://github.com/rust-lang/rust-bindgen).

These low leve, mostly `unsafe` bindings are then used by `libseccomp-rust` which wraps them
in a nice to use, mostly safe API.
Therefore most users should not need to interact with this crate directly.

## Version information

Currently, this crate supports libseccomp version 2.5.1 that is the latest version.