# generic-associated-types-initiative **Repository Path**: mirrors_rust-lang/generic-associated-types-initiative ## Basic Information - **Project Name**: generic-associated-types-initiative - **Description**: Generic Associated Types lang team initiative - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-28 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Generic Associated Types initiative ![initiative status: active](https://img.shields.io/badge/status-active-brightgreen.svg) This page tracks the work of the Generic Associated Types (GATs) [initiative]! To learn more about what we are trying to do, and to find out the people who are doing it, take a look at the [charter]. [charter]: ./CHARTER.md [initiative]: https://lang-team.rust-lang.org/initiatives.html ## ⚡ Current focus: MVP ⚡ We are currently focused on stabilizing a **Minimum Viable Product** form of GATs in [rust-lang/rust#96709]. [Learn more here!](./mvp.md) ## How Can I Get Involved? * Check for "help wanted" issues on this repository! * If you would like to help with development, please contact the [owner](./charter.md#membership) to find out if there are things that need doing. * If you would like to help with the design, check the list of active [design questions](./design-questions/README.md) first. * If you have questions about the design, you can file an issue, but be sure to check the [FAQ](./FAQ.md) or the [design-questions](./design-questions/README.md) first to see if there is already something that covers your topic. * If you are using the feature and would like to provide feedback about your experiences, please [open a "experience report" issue]. * If you are using the feature and would like to report a bug, please open a regular issue. We also participate on [Zulip][chat-link], feel free to introduce yourself over there and ask us any questions you have. [open issues]: /issues [chat-link]: https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits [team-toml]: https://github.com/rust-lang/team/blob/master/teams/initiative-gats.toml ## Building Documentation This repository is also an mdbook project. You can view and build it using the following command. ``` mdbook serve ```