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
24,510 downloads per month
Used in 18 crates
(5 directly)
29KB
240 lines
libseccomp-sys
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