forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 295
Learning Rust
Dmitri Makarov edited this page Apr 13, 2021
·
13 revisions
Since the Solana codebase is in Rust, it's important to understand the language. Here are some learning references:
For even more, including podcasts/videos/etc, check out: Where to go to learn Rust in 2021.
- Programming Rust is a well-written book, full of useful examples beyond the basic examples of The Book
- General
- Feature Gates
- Technical
- Policy
- Schedule
- Migration
- Restart Instructions