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

#534 in Unix APIs

Download history 6205/week @ 2024-03-14 5140/week @ 2024-03-21 5542/week @ 2024-03-28 4498/week @ 2024-04-04 5546/week @ 2024-04-11 5387/week @ 2024-04-18 4898/week @ 2024-04-25 4635/week @ 2024-05-02 5086/week @ 2024-05-09 6219/week @ 2024-05-16 5091/week @ 2024-05-23 5428/week @ 2024-05-30 5119/week @ 2024-06-06 5655/week @ 2024-06-13 6521/week @ 2024-06-20 6442/week @ 2024-06-27

24,510 downloads per month
Used in 18 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