cargo-samply 0.4.2

A cargo subcommand to automate the process of running samply for project binaries
Documentation
1
2
3
4
5
6
```console
$ cargo-samply samply --dry-run
cargo build '--message-format=json-diagnostic-rendered-ansi' --profile samply --bin main
[..]record -- [..]main[..]

```