#️⃣ Attributes
📦 Cargo
🗣 Code Translations
🙈 Under the Hood
⁉️ Quiz Questions
📚 Reference
🧠 Thoughts
👨🏽⚕️ Simple Ops
1.
Book - The Rust Programming Language
1.1.
Fearless Concurrency
2.
Book - Microservices with Rust
2.1.
Developing with Hyper
2.2.
Logging & Configuring Microservices
2.3.
Data De/Serialization with Serde
2.4.
Async Ops with Futures
2.5.
Reactive Microservics
2.6.
Database Integration
2.7.
Object-Relational Mapping
2.8.
REST Frameworks
2.9.
Tasks & Thread Pools
2.10.
Concurrency with Actix Actors
2.11.
Scalable Architectures
2.12.
Testing & Debugging
2.13.
Microservice Optimization
2.14.
Containerization
3.
Book - Asynchronous Rust
3.1.
Primer
3.2.
Under the Hood
3.3.
async/.await
3.4.
Pinning
3.5.
Streams
4.
Book - Programming Rust
4.1.
Why Rust?
4.2.
A Tour of Rust
4.3.
Basic Types
4.4.
Ownership
4.5.
References
4.6.
Expressions
4.7.
Error Handling
4.8.
Crates and Modules
4.9.
Structs
4.10.
Enums and Patterns
4.11.
Traits and Generics
4.12.
Operator Overloading
4.13.
Utility Traits
4.14.
Closures
4.15.
Iterators
4.16.
Collections
4.17.
Strings and Text
4.18.
Input and Output
4.19.
Concurrency
4.20.
Macros
4.21.
Unsafe Code
Notes taken from
the official Rust async book.
Learning Rust
Book - Asynchronous Rust