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
- Host: GitHub
- URL: https://github.com/rencryptofish/learn-rust
- Owner: rencryptofish
- License: gpl-3.0
- Created: 2021-10-27T13:04:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T19:02:43.000Z (over 2 years ago)
- Last Synced: 2025-04-13T00:44:16.205Z (6 months ago)
- Topics: cosmos, crypto, luna, polkadot, rust, solana, terra, wasm
- Homepage:
- Size: 245 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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