Update README.md

This commit is contained in:
Matthias Endler 2017-05-19 16:27:19 +02:00 committed by GitHub
parent 7d6a7c74a2
commit 3cd61d365b

View file

@ -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 ;-)