1. 👋 Welcome
  2. ✏️ Updates
    ❱
    1. 2022-07-27: Announcing the Keyword Generics Initiative
    2. 2023-02-23: Keyword Generics Progress Report February 2023
    3. 2024-02-09: Extending Rust's Effect System
  3. 📜 Charter
  4. 🔬 Evaluation
    ❱
    1. Syntax
      ❱
      1. Template
      2. Attributes
      3. Const-bool like effects
      4. Effect as a clause
      5. Postfix question mark
      6. Where effect bounds
    2. Pattern Types and Backwards Compatibility
    3. Auto Concurrency
    4. Unleakable Types
  5. 📚 Draft RFCs
    ❱
    1. Effect-Generic Trait Declarations
    2. Effect-Generic Bounds and Functions
    3. Effect-Generic Types
    4. Effect Sets and Aliases
  6. 📦 Archive
    ❱
    1. Effects in Rust
      ❱
      1. Asynchrony
      2. Compile-Time Execution
      3. Fallibility
      4. Iteration
      5. Unwinding
      6. Memory-Safety
      7. Immovability
      8. Object-Safety
      9. Ownership
      10. Thread-Safety
    2. Effect hierarchy
    3. Grouping keyword generics
    4. Introducing new keyword generics
    5. MIR desugaring
    6. Overloading
    7. Prior Art

keyword generics initiative

Archive