cargo-samply 0.3.4

A cargo subcommand to automate the process of running samply for project binaries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```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

```

```console
$ cargo-samply samply --no-samply --bin first --bench demo
? 1
error: Target selection flags (--bin, --example, --bench) are mutually exclusive

```