cargo-samply 0.2.0

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

```