Merge pull request #248 from brson/next

Add stdx
This commit is contained in:
kud1ing 2017-01-23 21:21:49 +01:00 committed by GitHub
commit 83eae3a3a1

View File

@ -830,6 +830,7 @@ See also [Rust web framework comparison](https://github.com/flosse/rust-web-fram
* [Rust by Example](http://rustbyexample.com/) * [Rust by Example](http://rustbyexample.com/)
* [rust-learning](https://github.com/ctjhoa/rust-learning) — a collection of useful resources to learn Rust * [rust-learning](https://github.com/ctjhoa/rust-learning) — a collection of useful resources to learn Rust
* [Rustlings](https://github.com/carols10cents/rustlings) — small exercises to get you used to reading and writing Rust code * [Rustlings](https://github.com/carols10cents/rustlings) — small exercises to get you used to reading and writing Rust code
* [stdx](https://github.com/brson/stdx) - Learn these crates first as an extension to std
* Podcasts * Podcasts
* [New Rustacean](http://www.newrustacean.com) — a podcast about learning Rust * [New Rustacean](http://www.newrustacean.com) — a podcast about learning Rust
* [Rusty Radio](http://rustyrad.io) — covering the rust ecosystem * [Rusty Radio](http://rustyrad.io) — covering the rust ecosystem