General Resources
This section contains resources that might contain from beginner to advanced concepts.
Blog Posts
- Shuttle Blog Posts: Teaches different topics (might contain from beginner to advanced level concepts)
- Log Rocket Posts
- Rust - Implementing SHA-1
- Rust - Base64 encoding and decoding
- Rust - Implementing WebSockets
Reverse Engineering
Rust Language Cheat Sheet
- Rust Language Cheat Sheet: A single-page Rust resource for people who like high information density
- SpeedSheet for Rust: This is an interactive Rust cheat sheet. Covers the core Rust programming language. Use the search to get instant answers.
Dark Arts of Rust
- The Rustonomicon: The book digs into all the awful details that you need to understand when writing Unsafe Rust programs.