Release and distribute binaries for non-Rust devs
If you supply pre-built binaries (maybe also make them available via homebrew), I think this will quickly become the way to answer "code, y u so slow". Especially interesting once #7 is implemented.
I totally agree!!!
#7 is done, and now 2 binaries are created: cargo-flamegraph with cargo-specific rust project handling stuff, and flamegraph which is just a general purpose generator with a single --output optional arg.
I'm pretty unfamiliar with the homebrew process but I'm definitely happy to get this working to let folks take advantage of the super simple and easy to use flamegraph binary
Everything I know is in https://rust-lang-nursery.github.io/cli-wg/tutorial/packaging.html :)
This might be an interesting reference for a brew file.