Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dschenkelman/rust-lang-resources
- Owner: dschenkelman
- License: mit
- Created: 2014-10-11T03:21:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T17:11:03.000Z (over 10 years ago)
- Last Synced: 2024-11-10T18:46:21.450Z (2 months ago)
- Size: 117 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-lists - rust-lang-resources
- awesomelist - rust-lang-resources
- collection - rust-lang-resources
- lists - rust-lang-resources
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)