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

Cargo crate or rustup component

Open pickfire opened this issue 4 years ago • 1 comments

It would be nice to install rust-cookbook through cargo.

$ cargo install rust-cookbook
$ cargo rust-cookbook

Or maybe as rustup component.

$ rustup component add rust-cookbook
$ rustup doc  # add inside rust doc or some kind of doc auto discovery

pickfire avatar Sep 02 '19 14:09 pickfire