rust-callgraph icon indicating copy to clipboard operation
rust-callgraph copied to clipboard

Add a step-by-step guide to README.md to help adopters get started

Open mathieucaroff opened this issue 3 years ago • 1 comments

Something along the line of:

# Install rust with rustup
$ rustc --version
rustc 1.50.0 (cb75ad5db 2021-02-10)

git clone https://github.com/heinzelotto/rust-callgraph

cd rust-callgraph

# |
# | I'm not sure about that last call
# V
cargo +nightly r -- path/to/the_code_you_want_to_process.rs --sysroot /usr/local/

Also, it would be interesting to know whether rust-callgraph can work for multiple rust files, or only one at a time.

mathieucaroff avatar Mar 23 '21 20:03 mathieucaroff

What is status of this issue?

farooqkz avatar Mar 17 '24 15:03 farooqkz