Skip to content

Commit be0ffd7

Browse files
authored
Merge pull request #85 from minatorak/official
Add official link
2 parents d62c676 + de6d72d commit be0ffd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/official.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Advanced:
2020
* [The Rust Reference](https://doc.rust-lang.org/reference/) - primary reference to the Rust language
2121
* [The Rust Unstable Book](https://doc.rust-lang.org/unstable-book/) - nightly-only features
2222
* [The Rustonomicon](https://doc.rust-lang.org/nomicon/) - the dark arts of unsafe Rust
23+
* [Unsafe Code Guidelines Reference](https://rust-lang.github.io/unsafe-code-guidelines/) - `unsafe` coding practices
2324

2425
Working groups:
2526
* [_Compiler team working groups_](https://rust-lang.github.io/compiler-team/working-groups/) - a list of working groups
2627
* [Const Generics Project Group](https://rust-lang.github.io/project-const-generics/index.html) - design and implementation of the const generics feature
28+
* [Rust Project Goals](https://rust-lang.github.io/rust-project-goals/) - Rust Project Goals tracker
2729
* [Standard library developers Guide](https://std-dev-guide.rust-lang.org/about.html)
2830
* [The Rust Language Design Team](https://lang-team.rust-lang.org/design_notes.html) - information related to the work of the lang team
2931
* [The Types Team](https://rust-lang.github.io/types-team/) - traits implementation improvements

0 commit comments

Comments
 (0)