comprehensive-rust
comprehensive-rust copied to clipboard
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
Thanks for helping out with the French translation!
Here is the translation of *Day 1 Morning: Type and Values* translation. --- It seems like there is no corresponding definition of *hygienic macros* in Vietnamese, so I think keeping...
When you call `mdbook build`, you [automatically get a `404.html` page](https://rust-lang.github.io/mdBook/continuous-integration.html#404-handling) in the root of the output directory. Since we run `mdbook build` for each translation, we end up with...
* ~~Reduce `max_width` for `rustfmt`: 85 -> 81 - to fit into blocks with line numbers;~~ * Apply `rustfmt` for code chunks with long lines; * Reorganize long `use` statement;...
* Translate new `msid`s related to navigation of days 3 and 4 sections; * Rename to provide more context: * `Iterator` -> Типаж `Iterator` * `IntoIterator` -> Типаж `IntoIterator` *...
Moving too quickly between pages on the popped-out "speaker notes" window resets to non-notes view
To reproduce, tap left and right a couple times while the speaker notes window is focused after popping it out into its own window. It will revert to showing a...
The po file has been refreshed. Translation range: L22164-L22764. https://github.com/google/comprehensive-rust/issues/324 Translations of terms refer to the Chinese version of the TRPL and https://github.com/rust-lang-cn/english-chinese-glossary-of-rust/blob/master/rust-glossary.md Note: Since italics are not used in...
Fix merge conflict. Apply the review comments.
Bumps the patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark). Updates `serde` from 1.0.198 to 1.0.199 Release notes Sourced from serde's releases. v1.0.199 Fix ambiguous associated item when forward_to_deserialize_any! is...