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.
fr: completing and reviewing the translation of section 2.
Following up on https://github.com/google/googletest-rust/issues/376
The style guide [mentiones](https://github.com/google/comprehensive-rust/blob/main/STYLE.md#vertical-space) presentation use case for the course. That means much inconvenience while dealing with very long lines in the code snippets. The problem was addressed earlier as...
We used to (in v1) separately show using `thiserror` (to remove the tedium of manually writing boilerplate `From` and `Display` implementations for custom error enums) and `anyhow` (to flatten error...
See attached image below:  I have not checked `.md` files yet, but `*.po` files' links are getting text wrapped. While they won't affect the actual renders, it makes editing...
This might help catch stylistic problems in our Rust code.