4 releases

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

#636 in Unix APIs

Download history 61022/week @ 2024-12-12 34830/week @ 2024-12-19 18272/week @ 2024-12-26 49026/week @ 2025-01-02 25861/week @ 2025-01-09 11434/week @ 2025-01-16 9578/week @ 2025-01-23 10789/week @ 2025-01-30 10798/week @ 2025-02-06 10740/week @ 2025-02-13 13023/week @ 2025-02-20 11511/week @ 2025-02-27 11124/week @ 2025-03-06 10556/week @ 2025-03-13 8995/week @ 2025-03-20 7264/week @ 2025-03-27

40,432 downloads per month
Used in 25 crates (4 directly)

MIT/Apache

29KB
240 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.5.3.

No runtime deps