Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrc/portable-interoperable
Async fundamentals initiative: portable and interoperable
https://github.com/nrc/portable-interoperable
Last synced: 11 days ago
JSON representation
Async fundamentals initiative: portable and interoperable
- Host: GitHub
- URL: https://github.com/nrc/portable-interoperable
- Owner: nrc
- License: apache-2.0
- Created: 2021-11-15T10:39:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T01:39:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T20:47:04.435Z (about 2 months ago)
- Size: 1.09 MB
- Stars: 75
- Watchers: 21
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# async portability initiative
![initiative status: active](https://img.shields.io/badge/status-active-brightgreen.svg)
## Notes
Key links about async portability.
* [Repo](https://github.com/nrc/portable-interoperable)
* [Vision roadmap](https://rust-lang.github.io/wg-async-foundations/vision/roadmap/portable.html)
* [Roadmap goal tracking issue](https://github.com/rust-lang/wg-async-foundations/issues/259)
* [Roadmap initiative tracking issue](https://github.com/rust-lang/wg-async-foundations/issues/260)Async foundations issues
(See also status quo story issues)
* [AsyncRead, AsyncWrite traits](https://github.com/rust-lang/wg-async-foundations/issues/23)
## What is this?
This page tracks the work of the async portability [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/) |
| | | [Charter](./CHARTER.md) |
| | | [Tracking issue](https://github.com/rust-lang/rust/) |
| [Experimental] | 🦀 | [Evaluation](./evaluation.md) |
| | | [RFC](./RFC.md) |
| [Development] | 💤 | [Explainer](./explainer.md) |
| [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/187312-wg-async-foundations
[team-toml]: https://github.com/rust-lang/team/blob/master/teams/initiative-{{INITIATIVE_SLUG}}.toml## Building Documentation
This repository is also an mdbook project. You can view and build it using the
following command.```
mdbook serve
```