5 unstable releases

0.3.0 Apr 5, 2025
0.2.1 Feb 14, 2022
0.2.0 Dec 31, 2021
0.1.1 Apr 20, 2021
0.1.0 Apr 18, 2021

#509 in Unix APIs

Download history 8817/week @ 2025-03-22 8234/week @ 2025-03-29 9285/week @ 2025-04-05 8785/week @ 2025-04-12 8482/week @ 2025-04-19 9159/week @ 2025-04-26 9302/week @ 2025-05-03 9166/week @ 2025-05-10 9634/week @ 2025-05-17 12018/week @ 2025-05-24 18208/week @ 2025-05-31 11074/week @ 2025-06-07 10560/week @ 2025-06-14 12212/week @ 2025-06-21 10783/week @ 2025-06-28 9264/week @ 2025-07-05

44,703 downloads per month
Used in 25 crates (6 directly)

MIT/Apache

33KB
254 lines

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.6.0.

No runtime deps