1. ya-rust-introduction
  2. Introduction
    1. Playgrounds
  3. Variables
  4. Data Types
    1. Numeric Types
    2. Array/Vector
    3. String/Str
  5. Move-semantics
    1. Scalar
    2. Array/Vector
    3. String/Str
  6. Ownership
    1. Scalar
    2. Array
    3. Vector
  7. Permissions
    1. Scalar
    2. Array
    3. Vector
  8. Functions
    1. Statement-Expression
    2. Signature
    3. Arguments
    4. Return
    5. Truple
    6. Ownership
  9. Struct
  10. Enum
  11. Error-handling
  12. Lifetime
  13. Dependencies
  14. ControlFlows
  15. Contacts
  16. Placeholder
  17. Annex-1
  18. Annex-2