cargo-samply 0.3.0

A cargo subcommand to automate the process of running samply for project binaries
Documentation
1
2
3
4
5
6
```console
$ cargo-samply samply --no-samply --bin another -- World3
    Finished `samply` profile [optimized + debuginfo] target(s) in [..]s
Hello, World3!

```