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

#510 in Testing

Download history 3925/week @ 2023-02-02 4535/week @ 2023-02-09 4428/week @ 2023-02-16 3318/week @ 2023-02-23 3065/week @ 2023-03-02 3637/week @ 2023-03-09 3514/week @ 2023-03-16 3256/week @ 2023-03-23 3206/week @ 2023-03-30 3173/week @ 2023-04-06 2597/week @ 2023-04-13 2548/week @ 2023-04-20 2972/week @ 2023-04-27 2477/week @ 2023-05-04 4051/week @ 2023-05-11 3844/week @ 2023-05-18

13,936 downloads per month
Used in 9 crates (2 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