Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dschenkelman/rust-lang-resources

Rust lang resources - A collection of links related to the rust programming language
https://github.com/dschenkelman/rust-lang-resources

Last synced: 11 days ago
JSON representation

Rust lang resources - A collection of links related to the rust programming language

Awesome Lists containing this project

README

        

rust-lang-resources
===================

Rust lang resources - A collection of links related to the [rust programming language](http://www.rust-lang.org)

Writing it down mostly for myself (hate to keep track of these in twitter favorites) but other links are welcome.

# To Read

## Introductory
* [Rust documentation index](http://doc.rust-lang.org)
* [The Rust Guide](http://doc.rust-lang.org/guide.html)
* and it's predecessor [Rust for Rubyists](http://www.rustforrubyists.com)
* [A Fresh Look at Rust](http://lucumr.pocoo.org/2014/10/1/a-fresh-look-at-rust)

## Ownership
* [Rust Means Never Having to Close a Socket](http://blog.skylight.io/rust-means-never-having-to-close-a-socket/)

## Package management
* [Cargo](http://crates.io)

## C Integration
* [Bending the Curve: Writing Safe & Fast Native Gems With Rust](http://blog.skylight.io/bending-the-curve-writing-safe-fast-native-gems-with-rust/)

## Concurrency
* [Rust 0.12 has been released!](http://www.reddit.com/r/programming/comments/2irx6d/rust_012_has_been_released/cl54xpv)

# To watch
* ["Rust for Rubyists"](https://www.youtube.com/watch?v=Q5MLIY1oa1s) - Rubyc 2014 by [@steveklabnick](https://twitter.com/steveklabnik)
* ["The Rust language: memory, ownership and lifetimes"](https://www.youtube.com/watch?v=9wOzjbgRoNU) - linux.conf.au 2014 by [@nikomatsakis](https://twitter.com/nikomatsakis)
* ["Let's talk about Rust"](http://confreaks.com/videos/4159-gogaruco2014-lets-talk-about-rust) - GoGaRuCo 2014 by [@wycats](https://twitter.com/wycats)