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

#437 in Unix APIs

Download history 4651/week @ 2023-11-21 4674/week @ 2023-11-28 4820/week @ 2023-12-05 5004/week @ 2023-12-12 4500/week @ 2023-12-19 3411/week @ 2023-12-26 4030/week @ 2024-01-02 3825/week @ 2024-01-09 4540/week @ 2024-01-16 4854/week @ 2024-01-23 5445/week @ 2024-01-30 4566/week @ 2024-02-06 4686/week @ 2024-02-13 5024/week @ 2024-02-20 6579/week @ 2024-02-27 4376/week @ 2024-03-05

21,565 downloads per month
Used in 16 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