# ptrace-syscalls
[](https://crates.io/crates/ptrace-syscalls) [](https://docs.rs/ptrace-syscalls) 
## !!! WORK IN PROGRESS !!!
## !!! THIS CRATE IS NOT READY FOR PRODUCTION !!!
## !!! NOT GOVERENED BY SEMVER UNTIL WE REACH v0.1.0 !!!
A helper crate for building ptrace powered applications.
This crate provides a simple interface to analyze syscalls via ptrace.
(For now) Read the rstrace(A simple strace written in less than $2^8$ lines of rust) example to learn how to use this crate.