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

#1 in #libseccomp

Download history 35638/week @ 2025-01-08 11389/week @ 2025-01-15 9931/week @ 2025-01-22 10772/week @ 2025-01-29 10504/week @ 2025-02-05 10720/week @ 2025-02-12 13376/week @ 2025-02-19 10887/week @ 2025-02-26 11420/week @ 2025-03-05 11216/week @ 2025-03-12 9099/week @ 2025-03-19 8628/week @ 2025-03-26 8852/week @ 2025-04-02 8940/week @ 2025-04-09 8101/week @ 2025-04-16 7598/week @ 2025-04-23

34,879 downloads per month
Used in 25 crates (4 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