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

Previous badge url display version numbers associated with `rand` crate which do not map to `rand_distr` versions. Current: https://badge-cache.kominick.com/crates/v/rand.svg?label=rand_distr Proposed: https://badge-cache.kominick.com/crates/v/rand_distr.svg?label=rand_distr

fixes #634 Replace #include science/mathematics.md from science.md with the correct links from the root folder. The same rule is already applied to the web/client section, so it is nothing new.

There seem to be a lot of "gotchas" when creating a new macro that accepts format arguments. I propose to add a recipe for such cases. Something like this, although...

The [rust cookbook site](https://rust-lang-nursery.github.io/rust-cookbook/) does not have an easy-to-find link back to this repo, making it less likely for casual readers to submit issues and suggestions. Please add it somewhere,...

fixes #671 Same issue as in #634, links in md files included in md files from other folders will have wrong relative path in one of the two locations. in...

Fixed runtime decoding error occurring due to 403 responses from `gh api` because of missing user-agent header fixes #662 Feel free to close if you still prefer to use `reqwest::get`...

Added error to Result for main, otherwise it won't compile. If tokio isn't added with features = ["full"] main won't work, so I thought it would be a good idea...

https://rust-lang-nursery.github.io/rust-cookbook/web/mime.html ![image](https://user-images.githubusercontent.com/983111/187752050-8094a0be-3686-4c07-9c38-aa0ded721700.png) Mime should be `v0.3.16`, or whatever minor-version is used, but appears to be showing (and referencing) the version for CSV. I suspect this is might be an issue...

Now that structopt has been merged into clap, I think it would be simpler for novice users to use [clap derive](https://github.com/clap-rs/clap/tree/v3.1.18/examples/tutorial_derive) instead of the original clap code. Are there any...

example