You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository collects resources for writing clean, idiomatic Rust code.
11
14
You can find a sortable/searchable version of this list [here](https://corrode.dev/idiomatic-rust/).
12
15
13
-
> *Idiomatic* coding means following the conventions of a given language. It is
16
+
> _Idiomatic_ coding means following the conventions of a given language. It is
14
17
> the most concise, convenient, and common way of accomplishing a task in that
15
18
> language, rather than forcing it to work in a way the author is familiar with
16
19
> from a different language. - Adapted from [Tim
@@ -19,50 +22,65 @@ You can find a sortable/searchable version of this list [here](https://corrode.d
19
22
Contributions welcome! To add missing resources, [please refer to the contributing documentation](https://github.com/mre/idiomatic-rust/blob/master/CONTRIBUTING.md).
Coming from Python, I loved the guidelines on how *idiomatic Python* looks like. I was inspired by the likes of Peter Norvig, who wrote amazing articles on [spellcheckers](https://norvig.com/spell-correct.html) and [sudoku solvers](https://norvig.com/sudoku.html); and, of course, the [Zen of Python](https://www.python.org/dev/peps/pep-0020/). For Rust, there is no such thing as the Zen of Python, however, so I started collecting my own resources.
83
+
Coming from Python, I loved the guidelines on how _idiomatic Python_ looks like. I was inspired by the likes of Peter Norvig, who wrote amazing articles on [spellcheckers](https://norvig.com/spell-correct.html) and [sudoku solvers](https://norvig.com/sudoku.html); and, of course, the [Zen of Python](https://www.python.org/dev/peps/pep-0020/). For Rust, there is no such thing as the Zen of Python, however, so I started collecting my own resources.
66
84
The goal of this project is to create a peer-reviewed collection of articles/talks/repos, which teach idiomatic Rust style. It's a community project and you can contribute.
67
85
68
86
## 🔏 License
@@ -71,4 +89,3 @@ The goal of this project is to create a peer-reviewed collection of articles/tal
71
89
72
90
To the extent possible under law, [Matthias Endler](https://endler.dev) has waived all copyright and related or neighboring rights to this work.
73
91
Logo adapted from [FreePik.com](https://www.freepik.com/free-vector/crabs-pattern-design_1093131.htm).
0 commit comments