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

Strings and Text

Learning Rust Strings and Text