Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contents rust offical #84

Merged
merged 5 commits into from
Oct 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/official.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ Advanced:

Working groups:
* [_Compiler team working groups_](https://rust-lang.github.io/compiler-team/working-groups/) - a list of working groups
* [Const Generics Project Group](https://rust-lang.github.io/project-const-generics/index.html) - implements and designs the const_generics feature
glyn marked this conversation as resolved.
Show resolved Hide resolved
* [Standard library developers Guide](https://std-dev-guide.rust-lang.org/about.html)
* [The Rust Language Design Team](https://lang-team.rust-lang.org/design_notes.html) - information related to the work of the lang team
* [The Types Team](https://rust-lang.github.io/types-team/) - traits implementation improvements
* [wg-async](https://rust-lang.github.io/wg-async/) - foundations of async I/O
* [Const Generics Project Group](https://rust-lang.github.io/project-const-generics/index.html) - implements and designs the const_generics feature

Other:
* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/) - non-blocking coroutines
* [cargo-bisect-rustc](https://rust-lang.github.io/cargo-bisect-rustc/) - tool for automatically downloads rustc artifacts and tests until it finds the regression
glyn marked this conversation as resolved.
Show resolved Hide resolved
* [Clippy Documentation](https://doc.rust-lang.org/nightly/clippy/development/infrastructure/book.html) - code lints for programmers
* [Criterion.rs](https://bheisler.github.io/criterion.rs/book/getting_started.html) - statistics-driven micro-benchmarking
* [Error Codes Index](https://doc.rust-lang.org/stable/error_codes/error-index.html) - list of all error codes emitted from the Rust compiler
Expand All @@ -39,5 +40,4 @@ Other:
* [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/) - how to design and present APIs
* [Rust RFCs](https://rust-lang.github.io/rfcs/) - list of Requests For Comments for changes to Rust
* [The Chalk Book](https://rust-lang.github.io/chalk/book/) - Rust's new trait system implementation
* [The `bindgen` User Guide](https://rust-lang.github.io/rust-bindgen/) - automatically generates Rust FFI bindings to C and C++ libraries
* [cargo bisect rustc](https://rust-lang.github.io/cargo-bisect-rustc/) - tool for automatically downloads rustc artifacts and tests until it finds the regression
* [The `bindgen` User Guide](https://rust-lang.github.io/rust-bindgen/) - automatically generates Rust FFI bindings to C and C++ libraries