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

#547 in Unix APIs

Download history 6691/week @ 2024-07-20 6256/week @ 2024-07-27 5973/week @ 2024-08-03 7378/week @ 2024-08-10 7047/week @ 2024-08-17 8073/week @ 2024-08-24 9039/week @ 2024-08-31 26895/week @ 2024-09-07 32091/week @ 2024-09-14 30314/week @ 2024-09-21 15324/week @ 2024-09-28 14249/week @ 2024-10-05 10532/week @ 2024-10-12 14286/week @ 2024-10-19 12993/week @ 2024-10-26 12465/week @ 2024-11-02

52,222 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