@@ -5,8 +5,8 @@ title: Community
5
5
6
6
# Rust Community
7
7
8
- Rust has a lot going for it as a language, but its greatest strength
9
- is its tight-knit community and its focus on kindness and inclusivity .
8
+ Rust is an amazing programming language, but its greatest strength
9
+ is its kind and inclusive community .
10
10
11
11
We are committed to providing a friendly, safe and welcoming
12
12
environment for all, regardless of gender, sexual orientation,
@@ -41,7 +41,7 @@ The Rust community has an [*unofficial* subreddit][reddit] where
41
41
virtually everything happening in the Rust community is discussed.
42
42
The forum abides by the [ official code of conduct] [ reddit_coc ] .
43
43
44
- We also have an official [ Twitter] [ twitter ] account,
44
+ We also have an official [ Twitter] [ twitter ] account.
45
45
46
46
[ twir ] : http://this-week-in-rust.org/
47
47
[ rust_blog ] : http://blog.rust-lang.org/
64
64
[ mod_team ] : https://www.rust-lang.org/team.html#Moderation
65
65
[ mod_team_email ] :
mailto:[email protected]
66
66
67
- ### IRC channels
67
+ ### IRC Channels
68
68
69
69
Rustaceans maintain a number of friendly, high-traffic IRC channels.
70
70
@@ -80,24 +80,26 @@ the right channel.
80
80
There are also some more specific IRC channels
81
81
noted below.
82
82
83
- ** Core channels** :
84
- - [ #rust] [ rust_irc ] is for all things Rust;
85
- - [ #rust-internals] [ internals_irc ] is for discussion of other Rust implementation topics;
86
- - [ #rustc] [ rustc_irc ] is the home of the [ compiler team] [ compiler_team ] ;
87
- - [ #rust-libs] [ libs_irc ] is the home of the [ libraries team] [ library_team ] ;
88
- - [ #rust-tools] [ tools_irc ] is the home of the [ tools and infrastructure team] [ tool_team ] ;
89
- - [ #rust-lang] [ lang_irc ] is the home of the [ language team] [ language_team ] ;
90
- - [ #rust-community] [ community_irc ] is the home of the [ community team] [ community_team ] ;
91
-
92
- ** Topical channels** :
93
- - [ #cargo] [ cargo_irc ] is for discussion of Cargo, Rust's package manager;
94
- - [ #servo] [ servo_irc ] is for discussion of Servo, the browser engine written in Rust;
95
- - [ #rust-offtopic] [ offtopic_irc ] is for general chit-chat amongst Rustaceans;
96
- - [ #rust-crypto] [ crypto_irc ] is for discussion of cryptography in Rust;
97
- - [ #rust-osdev] [ osdev_irc ] is for people doing OS development in Rust;
98
- - [ #rust-webdev] [ webdev_irc ] is for people doing web development in Rust;
99
- - [ #rust-gamedev] [ gamedev_irc ] is for people doing game development in Rust;
100
- - [ #rust-bots] [ bots_irc ] notifcations about Rust from a selection of bots.
83
+ #### Core channels
84
+
85
+ - [ #rust] [ rust_irc ] is for all things Rust
86
+ - [ #rust-internals] [ internals_irc ] is for discussion of other Rust implementation topics
87
+ - [ #rustc] [ rustc_irc ] is the home of the [ compiler team] [ compiler_team ]
88
+ - [ #rust-libs] [ libs_irc ] is the home of the [ libraries team] [ library_team ]
89
+ - [ #rust-tools] [ tools_irc ] is the home of the [ tools and infrastructure team] [ tool_team ]
90
+ - [ #rust-lang] [ lang_irc ] is the home of the [ language team] [ language_team ]
91
+ - [ #rust-community] [ community_irc ] is the home of the [ community team] [ community_team ]
92
+
93
+ #### Topical channels
94
+
95
+ - [ #cargo] [ cargo_irc ] is for discussion of Cargo, Rust's package manager
96
+ - [ #servo] [ servo_irc ] is for discussion of Servo, the browser engine written in Rust
97
+ - [ #rust-offtopic] [ offtopic_irc ] is for general chit-chat amongst Rustaceans
98
+ - [ #rust-crypto] [ crypto_irc ] is for discussion of cryptography in Rust
99
+ - [ #rust-osdev] [ osdev_irc ] is for people doing OS development in Rust
100
+ - [ #rust-webdev] [ webdev_irc ] is for people doing web development in Rust
101
+ - [ #rust-gamedev] [ gamedev_irc ] is for people doing game development in Rust
102
+ - [ #rust-bots] [ bots_irc ] notifcations about Rust from a selection of bots
101
103
102
104
[ rust_irc ] : irc://moznet/rust
103
105
[ rustc_irc ] : irc://moznet/rustc
@@ -115,7 +117,7 @@ noted below.
115
117
[ servo_irc ] : irc://moznet/servo
116
118
[ bots_irc ] : irc://moznet/rust-bots
117
119
118
- ### Discourse Forums
120
+ ### Discussion Forums
119
121
120
122
We have two forums for asynchronous discussion:
121
123
@@ -150,7 +152,7 @@ There's a global [calendar][calendar] for keeping up with Rust events.
150
152
[ user_group ] : ./user_groups.html
151
153
[ calendar ] :
https://www.google.com/calendar/[email protected]
152
154
153
- ## The teams
155
+ ## The Teams
154
156
155
157
Rust has a community-driven development process where most decisions are made
156
158
through open discussion and consensus, under the stewardship of various
0 commit comments