libseccomp-sys

Crates.iolibseccomp-sys
lib.rslibseccomp-sys
version0.2.1
sourcesrc
created_at2021-04-18 17:30:08.590743
updated_at2022-02-14 12:48:47.071711
descriptionRaw FFI Bindings for the libseccomp Library
homepage
repositoryhttps://github.com/libseccomp-rs/libseccomp-rs
max_upload_size
id386234
size41,732
Manabu Sugimoto (ManaSugi)

documentation

README

libseccomp-sys

Latest release on crates.io Documentation on docs.rs

Low-level bindings for the libseccomp library

The libseccomp-sys crate contains the raw FFI bindings to the libseccomp library.

These low-level, mostly unsafe bindings are then used by the libseccomp crate 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, the libseccomp-sys supports libseccomp version 2.5.3.

Commit count: 202

cargo fmt