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

Add new workflows to test and simplify prs

Currently, the latest version of all crates is displayed, which can lead to potentially breaking changes, resulting in broken code and broken links. Wouldn't a static version instead of the...

The current approach to writing examples is to write the code directly in the markdown files an then combine and use skeptic for testing. The downside of this is that...

fixes #620 When we use the crates.io api we need a user agent. Also, print the url and something other than serde a lot, the id shows a reference had...

2024

Actually adding the recipes is reasonably easy,. I note that the contribution guidelines say not to add new crates though. I wonder if adding an "Alternatives" section to each recipe...

fixes #683 rewrites the download to use the native `reqwest` chunk, `anyhow` errors and async all the places. :tada: Hi and welcome! Please read the text below and remove it...

2024

fixes #691 makes sure the warnings are all handled by accessing and showing proper if let Result yielding. :tada: Hi and welcome! Please read the text below and remove it...

2024

fixes #618 :tada: Hi and welcome! Please read the text below and remove it - Thank you! :tada: No worries if anything in these lists is unclear. Just submit the...

2024

Need gh-pages branch set by admin as github pages. Book is down. While troubleshooting client issues and a failed manual deployment, gh-pages was deleted, which caused commits to not deploy.

I would like to propose the addition of a section in the Rust Cookbook dedicated to numerical integration. Numerical integration is a foundational topic in many fields such as engineering,...