Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSync "rustup doc" with rust-lang.org #66495
Open
Labels
Comments
|
Hi, The @Manishearth should this issue be moved over to |
|
We intend to have all of these books included, once they're deemed ready by their WGs. That's really up to them. @rust-lang/wg-wasm and, uh looks like CLI doesn't have a team, @killercup ? |
|
Yeh we don't have a team ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem you are trying to solve
Using
rustup docpresents an incomplete subset of the full documentation available on the Rust website (rust-lang.org).Describe the solution you'd like
Having all the official documentation available locally would be helpful. Like
man {thing}for rust. It seemsrustup docis a good fit for this.Notes
rust-lang.org (has CLI and WebAssembly along with Embedded books)
rustup doc(has Embedded book but is missing CLI and WebAssembly)