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

#483 in Unix APIs

Download history 11669/week @ 2024-10-30 15440/week @ 2024-11-06 18479/week @ 2024-11-13 18304/week @ 2024-11-20 16848/week @ 2024-11-27 30753/week @ 2024-12-04 58728/week @ 2024-12-11 47538/week @ 2024-12-18 17493/week @ 2024-12-25 38594/week @ 2025-01-01 35638/week @ 2025-01-08 11389/week @ 2025-01-15 9931/week @ 2025-01-22 10772/week @ 2025-01-29 10504/week @ 2025-02-05 9024/week @ 2025-02-12

42,147 downloads per month
Used in 23 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.


lib.rs:

Raw FFI bindings for libseccomp library

No runtime deps