@@ -46,24 +46,26 @@ Rustaceans primarily communicate via IRC. The
46
46
[ #rust] [ rust_irc ] channel on Moznet is a venue for general
47
47
discussion about Rust, and a good place to ask for help. You'll find
48
48
people willing to help you with any questions you may have, and
49
- responses are typically very fast. For questions about how Rust works,
50
- anything about contribution, or to find a mentor,
51
- [ #rust-internals] [ internals_irc ] is the right channel.
52
- There are also some more specific IRC channels noted below.
49
+ responses are typically very fast. To get involved in the development
50
+ of Rust itself, for anything about contribution, or to find a mentor,
51
+ [ #rust-internals] [ internals_irc ] is the right channel. There are also
52
+ some more specific IRC channels noted below.
53
53
54
54
IRC on Moznet
55
55
56
56
- [ #rust] [ rust_irc ] is for all things Rust;
57
- - [ #rustc] [ rustc_irc ] is for discussion of the implementation of the Rust compiler;
58
- - [ #rust-libs] [ libs_irc ] is for discussion of the implementation of the Rust standard libraries;
59
57
- [ #rust-internals] [ internals_irc ] is for discussion of other Rust implementation topics;
60
- - [ #rust-gamedev ] [ gamedev_irc ] is for people doing game development in Rust ;
61
- - [ #rust-crypto ] [ crypto_irc ] is for discussion of cryptography in Rust ;
62
- - [ #rust-osdev ] [ osdev_irc ] is for people doing OS development in Rust ;
63
- - [ #rust-webdev ] [ webdev ] is for people doing web development in Rust ;
58
+ - [ #rustc ] [ rustc_irc ] is the home of the [ compiler team ] [ compiler_team ] ;
59
+ - [ #rust-libs ] [ libs_irc ] is the home of the [ libraries team ] [ library_team ] ;
60
+ - [ #rust-tools ] [ tools_irc ] is the home of the [ tools and infrastructure team ] [ tool_team ] ;
61
+ - [ #rust-lang ] [ lang_irc ] is the home of the [ language team ] [ language_team ] ;
64
62
- [ #cargo] [ cargo_irc ] is for discussion of Cargo, Rust's package manager;
65
- - [ #rust-offtopic] [ offtopic_irc ] is for general chit-chat amongst Rustaceans;
66
63
- [ #servo] [ servo_irc ] is for discussion of Servo, the browser engine written in Rust;
64
+ - [ #rust-offtopic] [ offtopic_irc ] is for general chit-chat amongst Rustaceans;
65
+ - [ #rust-crypto] [ crypto_irc ] is for discussion of cryptography in Rust;
66
+ - [ #rust-osdev] [ osdev_irc ] is for people doing OS development in Rust;
67
+ - [ #rust-webdev] [ webdev_irc ] is for people doing web development in Rust;
68
+ - [ #rust-gamedev] [ gamedev_irc ] is for people doing game development in Rust;
67
69
- [ #rust-bots] [ bots_irc ] notifcations about Rust from a selection of bots.
68
70
69
71
[ Stack Overflow] [ stack_overflow ]
@@ -88,12 +90,15 @@ newcomer, we care about making this community a safe place for you.
88
90
[ rust_irc ] : irc://moznet/rust
89
91
[ rustc_irc ] : irc://moznet/rustc
90
92
[ libs_irc ] : irc://moznet/rust-libs
93
+ [ tools_irc ] : irc://moznet/rust-tools
94
+ [ lang_irc ] : irc://moznet/rust-lang
91
95
[ internals_irc ] : irc://moznet/rust-internals
92
96
[ gamedev_irc ] : irc://moznet/rust-gamedev
93
97
[ crypto_irc ] : irc://moznet/rust-crypto
94
98
[ osdev_irc ] : irc://moznet/rust-osdev
95
99
[ webdev_irc ] : irc://moznet/rust-webdev
96
100
[ cargo_irc ] : irc://moznet/cargo
101
+ [ offtopic_irc ] : irc://moznet/rust-offtopic
97
102
[ servo_irc ] : irc://moznet/servo
98
103
[ bots_irc ] : irc://moznet/rust-bots
99
104
[ stack_overflow ] : https://stackoverflow.com/questions/tagged/rust
@@ -126,7 +131,7 @@ are made through consensus, under the stewardship of a core team. The
126
131
[ Core Team] [ core_team ] is responsible for steering the design and
127
132
development process, overseeing the introduction of new features, and
128
133
ultimately making decisions for which there is no consensus (this
129
- happens rarely). The [ Language Design Team] [ language_design_team ] is
134
+ happens rarely). The [ Language Design Team] [ language_team ] is
130
135
responsible for design of new language features. The [ Library
131
136
Team] [ library_team ] is responsible for the Rust standard library,
132
137
rust-lang crates, and conventions. The [ Compiler Team] [ compiler_team ]
@@ -140,7 +145,7 @@ the [code of conduct][coc].
140
145
141
146
[ teams ] : https://www.rust-lang.org/team.html
142
147
[ core_team ] : https://www.rust-lang.org/team.html#Core
143
- [ language_design_team ] : https://www.rust-lang.org/team.html#Language-design
148
+ [ language_team ] : https://www.rust-lang.org/team.html#Language-design
144
149
[ library_team ] : https://www.rust-lang.org/team.html#Library
145
150
[ compiler_team ] : https://www.rust-lang.org/team.html#Compiler
146
151
[ tool_team ] : https://www.rust-lang.org/team.html#Tooling-and-infrastructure
0 commit comments