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

https://github.com/rencryptofish/learn-rust

Collection of rust articles, blog posts, and learning materials that might be helpful that I've come across, feel free to add
https://github.com/rencryptofish/learn-rust

cosmos crypto luna polkadot rust solana terra wasm

Last synced: 3 months ago
JSON representation

Collection of rust articles, blog posts, and learning materials that might be helpful that I've come across, feel free to add

Awesome Lists containing this project

README

          

# learn-rust

## Reading

- [The Rust Programming Language](https://doc.rust-lang.org/book): Canonical rust intro book
- [Rust by Example](https://doc.rust-lang.org/rust-by-example/): Most people learning rust will probably know a language similar to rust, so learning by example often is helpful
- [CIS198: Rust Programming](https://github.com/upenn-cis198): A course from UPenn on Rust for people who like courses
- [Error Handling in Rust](https://blog.burntsushi.net/rust-error-handling/): Blog post on error handling in Rust
- [Sayonara, C++, and hello to Rust!](https://www.thecodedmessage.com/posts/hello-rust/): Good intro blog post about rust, decent comments as well
- [Abstracting over mutability in Rust](https://lab.whitequark.org/notes/2016-12-13/abstracting-over-mutability-in-rust/): For when you need to
- [why async fn in traits are hard](http://smallcultfollowing.com/babysteps/blog/2019/10/26/async-fn-in-traits-are-hard/): traits with async
- [Rust for Rustaceans: Idiomatic Programming for Experienced Developers](https://nostarch.com/rust-rustaceans)
- [Why is building a UI in Rust so hard?](https://www.warp.dev/blog/why-is-building-a-ui-in-rust-so-hard): modeling ui's as trees in rust
## Videos

- [Crust of Rust](https://www.youtube.com/watch?v=rAl-9HwD858&list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa&ab_channel=JonGjengset): Intro series