rstrace
![CI status](https://github.com/thundergolfer/rstrace/actions/workflows/ci.yml/badge.svg)
rstrace is a Rust implementation of `strace`. It allows the user to trace system calls of a process or command.
## Usage
```bash
rstrace ls /tmp/
```
To get a quick overview, use `rstrace --help`
```bash
Usage: rstrace [OPTIONS] ...
Arguments:
... Arguments for the program to trace. e.g. 'ls /tmp/'
Options:
-o, --output