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
```console
$ cargo-samply 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"]
debug: running "[CWD]/target/samply/bin" with args: []
Hello, world!

```