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
7
8
9
````console
$ cargo-samply 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.

$ cargo-samply 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.