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

Cargo crate or rustup component

Open pickfire opened this issue 5 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

I think the cookbook is a good web resource, that happens to have an offline version/development instance. I think most people who use it offline are actually contributors. I'd love to hear otherwise.

AndyGauge avatar Dec 17 '19 03:12 AndyGauge