cargo-samply 0.2.0

A cargo subcommand to automate the process of running samply for project binaries
1
2
3
4
5
6
7
8
9
10
```console
$ cargo-samply -v --no-samply
debug: running "cargo" with args: ["locate-project", "--workspace", "--message-format", "plain"]
debug: cargo.toml: "[CWD]/Cargo.toml"
debug: running "cargo" with args: ["build", "--profile", "samply", "--bin", "bin"]
    Finished samply [optimized + debuginfo] target(s) in [..]s
debug: running "[CWD]/target/samply/bin" with args: []
Hello, world!

```