[](https://github.com/vladneyo/timetrap/actions/workflows/rust.yml)
`timetrap` library is intended to wrap your code and measure the time of its execution.
```
cargo install timetrap
```
```
use timetrap::trap;
trap!({
});
```