cargo-samply 0.3.2

A cargo subcommand to automate the process of running samply for project binaries
Documentation
1
2
3
4
5
6
7
8
9
10
```console
$ cargo-samply --no-samply
? 1
error: The binary to run can't be determined. Use the `--bin` option to specify a binary, or the `default-run` manifest key.

Available binaries:
  first: cargo samply --bin first
  second: cargo samply --bin second

```