syscallz 0.2.0

Simple seccomp library for rust
Documentation
# syscallz-rs

Simple seccomp library for rust. Please note that the syscall list is
incomplete and you might need to send a PR to get your syscalls included. This
crate releases frequently if the syscall list has been updated.

```
# Cargo.toml
[dependencies]
syscallz = "0.2"
```

## License

MIT/Apache-2.0