Skip to content

Commit 0d79ef4

Browse files
authored
Merge pull request #87 from minatorak/official
Add Initiative documents
2 parents 19dd085 + 2775eea commit 0d79ef4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/official.md

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Working groups:
3131
* [The Types Team](https://rust-lang.github.io/types-team/) - traits implementation improvements
3232
* [wg-async](https://rust-lang.github.io/wg-async/) - foundations of async I/O
3333

34+
Initiative:
35+
* [async fn fundamentals initiative](https://rust-lang.github.io/async-fundamentals-initiative/index.html)
36+
* [Dyn upcast initiative](https://rust-lang.github.io/dyn-upcasting-coercion-initiative/index.html)
37+
* [Generic Associated Types Initiative](https://rust-lang.github.io/generic-associated-types-initiative/index.html)
38+
* [Impl trait initiative](https://rust-lang.github.io/impl-trait-initiative/index.html)
39+
3440
Other:
3541
* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/) - non-blocking coroutines
3642
* [cargo-bisect-rustc](https://rust-lang.github.io/cargo-bisect-rustc/) - tool for automatically downloading and bisecting rustc artifacts and tests until it finds a given regression

0 commit comments

Comments
 (0)