book icon indicating copy to clipboard operation
book copied to clipboard

The Rust Programming Language

Results 381 book issues
Sort by recently updated
recently updated
newest added

- [yes] I have checked the latest `main` branch to see if this has already been fixed - [no] I have searched existing issues and pull requests for duplicates URL...

Qualified call to `add_two` is sufficient. There is no need to import `adder` with `use adder;`.

ch20-03 suggest that implementing drop trait will gracefuly shut down the ThreadPool when CTRL-C in effect. Which is not the case for Linux (tested on ubuntu 18.04). The default action...

Q for ourselves

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...

### Chapter 7.3 - Paths for referring to an item in the module-tree The adding of pub keyword to mod hosting and fn add_to_waitlist enables us to use the absolute...

I think it's supposed to mean "Well, yes, it does!" instead of "Why yes it does!". Alternatively, one could simply write "Yes it does!".

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...

Q for ourselves
2024-fix-nomination

This issue has been discussed in #74, and I've described my approach there. The idea is to `#include` the SVGs (avoiding Markdown formatting) and use existing CSS variables to match...

Online only

/cc @Mark-Simulacrum We might be able to just make the background transparent, but then the black text would be tough. @azerupi is there even a way to switch images based...

Bug
Enhancement
Online only