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

#544 in Unix APIs

Download history 7818/week @ 2024-08-15 7327/week @ 2024-08-22 9030/week @ 2024-08-29 17671/week @ 2024-09-05 34908/week @ 2024-09-12 32174/week @ 2024-09-19 17972/week @ 2024-09-26 15160/week @ 2024-10-03 10282/week @ 2024-10-10 14062/week @ 2024-10-17 12994/week @ 2024-10-24 11587/week @ 2024-10-31 17715/week @ 2024-11-07 18946/week @ 2024-11-14 17392/week @ 2024-11-21 13403/week @ 2024-11-28

69,402 downloads per month
Used in 21 crates (5 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.


lib.rs:

Raw FFI bindings for libseccomp library

No runtime deps