mirror of
https://github.com/mre/idiomatic-rust
synced 2025-02-16 13:18:26 +00:00
Update README.md
This commit is contained in:
parent
7d6a7c74a2
commit
3cd61d365b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ What's so hard about writing a Slack Client in Rust? [[Video](https://www.youtub
|
|||
## History
|
||||
|
||||
Coming from Python I loved to have some guidelines on how "idiomatic Python" looks like. I was inspired by the likes of Peter Norvig, who wrote this amazing article about spellchecker for example: http://norvig.com/spell-correct.html.
|
||||
And, of course, the [Zen of Python](https://www.python.org/dev/peps/pep-0020/)
|
||||
And, of course, the [Zen of Python](https://www.python.org/dev/peps/pep-0020/).
|
||||
|
||||
The goal is to have a peer-reviewed collection of articles/talks/repos which teach idiomatic Rust style. It's a community project.
|
||||
If this becomes a thing I plan to move it to some "semi-official" place like rust-nursery or so. But first I need YOUR help for that ;-)
|
||||
|
|
Loading…
Add table
Reference in a new issue