1dimir
1dimir
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...
* ~~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` *...
* Update translation file with the new (2024-05-04) `messages.pot` version; * Translate `src/types-and-values.md`; * Translate `src/types-and-values/*.md`; * Revise a number of fuzzy translations; * Fix a markdown link in control-flow-basics;...
* Use preserved values during payload construction; * Update boundaries each time message flattening is called; * Make it possible to sign multipart messages