rustc / cargo#
Rust compiler / build tool.
$ rustc --version
$ cargo new myproj
$ cargo build --release
$ cargo test
$ cargo install ripgrep
Rust compiler / build tool.
$ rustc --version
$ cargo new myproj
$ cargo build --release
$ cargo test
$ cargo install ripgrep