Skip to content

Instantly share code, notes, and snippets.

@daxhuiberts
Created August 26, 2015 13:33
Show Gist options
  • Save daxhuiberts/d9fad210190d1e7f1cad to your computer and use it in GitHub Desktop.
Save daxhuiberts/d9fad210190d1e7f1cad to your computer and use it in GitHub Desktop.
http://blog.burntsushi.net/rust-error-handling/
http://hoverbear.org/2014/08/12/option-monads-in-rust/
http://hoverbear.org/2015/05/02/a-journey-into-iterators/
http://hoverbear.org/2015/07/10/reading-rust-function-signatures/
https://manishearth.github.io/blog/2015/05/03/where-rust-really-shines/
https://manishearth.github.io/blog/2015/05/17/the-problem-with-shared-mutability/
https://manishearth.github.io/blog/2015/05/27/wrapper-types-in-rust-choosing-your-guarantees/
https://manishearth.github.io/blog/2015/05/30/how-rust-achieves-thread-safety/
https://huonw.github.io/blog/2015/05/finding-closure-in-rust/
https://huonw.github.io/blog/2015/05/defaulting-to-thread-safety/
http://chrismorgan.info/blog/rust-ownership-the-hard-way.html
http://hermanradtke.com/2015/06/22/effectively-using-iterators-in-rust.html
https://mobiarch.wordpress.com/2015/06/29/understanding-lifetime-in-rust-part-i/
https://mobiarch.wordpress.com/2015/07/08/understanding-lifetime-in-rust-part-ii-3/
http://blog.8thlight.com/dave-torre/2015/03/11/the-option-type.html
http://blog.8thlight.com/uku-taht/2015/04/29/using-the-option-type-effectively.html
http://hermanradtke.com/2015/05/03/string-vs-str-in-rust-functions.html
http://hermanradtke.com/2015/05/06/creating-a-rust-function-that-accepts-string-or-str.html
http://hermanradtke.com/2015/05/29/creating-a-rust-function-that-returns-string-or-str.html
http://huonw.github.io/blog/2015/01/peeking-inside-trait-objects/
http://huonw.github.io/blog/2015/01/the-sized-trait/
http://huonw.github.io/blog/2015/01/object-safety/
http://huonw.github.io/blog/2015/05/where-self-meets-sized-revisiting-object-safety/
https://llogiq.github.io/2015/07/30/traits.html
http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html
http://blog.rust-lang.org/2015/05/11/traits.html
https://doc.rust-lang.org/nightly/nomicon/
https://doc.rust-lang.org/stable/book/
https://www.ralfj.de/projects/rust-101/main.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment