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

https://rust-lang-nursery.github.io/rust-cookbook

Results 130 rust-cookbook issues
Sort by recently updated
recently updated
newest added
trafficstars

The create parallel pipeline makes mention of the usage of the crate crossbeam-channel, but it does not include a link related to the package. ![image](https://user-images.githubusercontent.com/5913008/111799235-3679db80-88a1-11eb-8bd8-0da170f834f5.png)

The use of tabs for indentation made the example error due to finding more columns on the indented lines than intended. Use escaped newlines and line continuations to prevent the...

fixes #631 incorrect usage of rng.gen_range -------------------------- ### Things to check before submitting a PR - [x] the tests are passing locally with `cargo test` - [x] cookbook renders correctly...

- [x] the tests are passing locally with `cargo test` - [x] cookbook renders correctly in `mdbook serve -o` - [x] commits are squashed into one and rebased to latest...

rug (https://docs.rs/rug/1.11.0/rug/) is a crate that ports GMP into idiomatic Rust types and traits. It performs very well, and makes use of decades of work provided by the underlying and...

Currently, it results in linking to https://rust-lang-nursery.github.io/rust-cookbook/concurrency/concurrency/threads.html which is a 404.

Links on the front page in the mathematics section link to pages with a 404 error. For example the vector norm link is: Links on the mathematics page itself ()...

A pal just ran into this and was stumped: If you copy the first example from [web/clients/api/rest-get.md](https://github.com/rust-lang-nursery/rust-cookbook/blob/4789410122527d556a3520204e5bab637326e13f/src/web/clients/api/rest-get.md) into a new cargo binary project and add the latest versions of reqwest...

claimed