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.
This is a work-in-progress. I will probably need some help with some of these!
Niche optimization is currently mentioned in three places: - Enums (User-Defined Types, Day 1 Afternoon) - Option (Standard Library Types, Day 2 Afternoon) - Box (Smart Pointers, Day 3 Morning)...
Hi, recently (this weekend) I was working in made a huge update of the Spanish translation of this book. This PR is related to the issue #1463 however it's been...
I've been hesitant to generate and publish HTML for half-done translations since there is a risk that search engines get confused by the duplicate content. A half-done translation will result...
Currently when talking about combining futures, we introduce the `futures::join` macro and `futures::join_all` function, then `tokio::select`. But there is also a [`select`](https://docs.rs/futures/latest/futures/macro.select.html) macro in the futures library itself, though it...
#### Description This pull request represents the first stage of translating the ar.po file into Arabic. The initial 5000 lines of the file have been translated.
I get an error that looks like this: ``` running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "/var/cache/cargo/target/release/build/demo-4ab9609d61ec3bdd/out/cxxbridge/include" "-I" "/var/cache/cargo/target/release/build/demo-4ab9609d61ec3bdd/out/cxxbridge/crate" "-I" "." "-I" "../../../target/cxxbridge/demo/src" "-Wall" "-Wextra" "-std=c++14" "-o" "/var/cache/cargo/target/release/build/demo-4ab9609d61ec3bdd/out/a9655d8c113f2a3f-main.rs.o" "-c"...
We should add a page about - [googletest](https://crates.io/crates/googletest), which gives you a rich set of predicates and - [rdroidtest](https://cs.android.com/android/platform/superproject/main/+/main:platform_testing/libraries/rdroidtest/) which lets you skip tests at runtime and sets up logging.
Hello, This PR adds a French translation of the Comprehensive Rust course under `src/translations/fr-FR/`. All `.md` files have been translated, following the original structure, formatting, and tone. The `SUMMARY.md` file...