Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/keyword-generics-initiative
Public repository for the Rust keyword generics initiative
https://github.com/rust-lang/keyword-generics-initiative
Last synced: about 1 month ago
JSON representation
Public repository for the Rust keyword generics initiative
- Host: GitHub
- URL: https://github.com/rust-lang/keyword-generics-initiative
- Owner: rust-lang
- License: other
- Created: 2022-04-20T14:09:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T12:17:01.000Z (3 months ago)
- Last Synced: 2024-09-28T20:41:08.066Z (about 2 months ago)
- Homepage: https://rust-lang.github.io/keyword-generics-initiative/
- Size: 8.27 MB
- Stars: 90
- Watchers: 39
- Forks: 11
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# keyword generics initiative
![initiative status: active](https://img.shields.io/badge/status-active-brightgreen.svg)
## What is this?
This page tracks the work of the keyword generics [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 status
The following table lists of the stages of an initiative, along with links to the artifacts that will be produced during that stage.
| Stage | State | Artifact(s) |
| ------------------ | ----- | ------------------------------------------------------------------- |
| [Proposal] | ✅ | [Proposal issue](https://github.com/rust-lang/lang-team/issues/162) |
| | ✅ | [Charter](./CHARTER.md) |
| [Experimental] | ✅ | [Evaluation](./evaluation/) |
| [Development] | 🦀 | [Draft RFCs](./explainer/) |
| | 🦀 | [Tracking issue](https://github.com/rust-lang/rust/) |
| [Feature complete] | 💤 | Stabilization report |
| [Stabilized] | 💤 | |[Proposal]: https://lang-team.rust-lang.org/initiatives/process/stages/proposal.html
[Experimental]: https://lang-team.rust-lang.org/initiatives/process/stages/proposal.html
[Development]: https://lang-team.rust-lang.org/initiatives/process/stages/development.html
[Feature complete]: https://lang-team.rust-lang.org/initiatives/process/stages/feature-complete.html
[Stabilized]: https://lang-team.rust-lang.org/initiatives/process/stages/stabilized.htmlKey:
* ✅ -- phase complete
* 🦀 -- phase in progress
* 💤 -- phase not started yet## 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/328082-t-lang.2Fkeyword-generics
[team-toml]: https://github.com/rust-lang/team/blob/master/teams/initiative-keyword-generics-initiative.toml## Building Documentation
This repository is also an mdbook project. You can view and build it using the
following command.```
mdbook serve
```