Skip to content

Commit

Permalink
Merge pull request #84 from minatorak/official
Browse files Browse the repository at this point in the history
Add contents rust offical
  • Loading branch information
glyn authored Oct 7, 2024
2 parents 1dfaa94 + e785d57 commit d62c676
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/official.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +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) - design and implementation of the const generics feature
* [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

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 downloading and bisecting rustc artifacts and tests until it finds a given regression
* [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 @@ -38,4 +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
* [The `bindgen` User Guide](https://rust-lang.github.io/rust-bindgen/) - automatically generates Rust FFI bindings to C and C++ libraries

0 comments on commit d62c676

Please sign in to comment.