# libseccomp-sys
[](https://crates.io/crates/libseccomp-sys)
[](https://docs.rs/libseccomp-sys)
Low-level bindings for the libseccomp library
The libseccomp-sys crate contains the raw FFI bindings to the
[libseccomp library](https://github.com/seccomp/libseccomp).
These low-level, mostly `unsafe` bindings are then used by the [libseccomp crate](https://crates.io/crates/libseccomp)
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.