@@ -453,17 +453,15 @@ If you're looking for somewhere to start, check out the [E-easy][eeasy] tag.
453
453
## Out-of-tree Contributions
454
454
455
455
There are a number of other ways to contribute to Rust that don't deal with
456
- rust-lang/rust.
456
+ rust-lang/rust:
457
457
458
- Answer questions in the _ Get Help!_ channels from the [ Rust Discord
459
- server] [ rust-discord ] , on [ users.rust-lang.org] [ users ] , or on
460
- [ StackOverflow] [ so ] .
461
-
462
- Participate in the [ RFC process] ( https://github.com/rust-lang/rfcs ) .
463
-
464
- Find a [ requested community library] [ community-library ] , build it, and publish
465
- it to [ Crates.io] ( http://crates.io ) . Easier said than done, but very, very
466
- valuable!
458
+ * Answer questions in the _ Get Help!_ channels on the [ Rust Discord
459
+ server] [ rust-discord ] , on [ users.rust-lang.org] [ users ] , or on
460
+ [ StackOverflow] [ so ] .
461
+ * Participate in the [ RFC process] ( https://github.com/rust-lang/rfcs ) .
462
+ * Find a [ requested community library] [ community-library ] , build it, and publish
463
+ it to [ Crates.io] ( http://crates.io ) . Easier said than done, but very, very
464
+ valuable!
467
465
468
466
[ rust-discord ] : https://discord.gg/rust-lang
469
467
[ users ] : https://users.rust-lang.org/
@@ -489,20 +487,26 @@ are:
489
487
* [ rustaceans.org] [ ro ] is helpful, but mostly dedicated to IRC
490
488
* The [ Rust Compiler Testing Docs] [ rctd ]
491
489
* For [ @bors ] , [ this cheat sheet] [ cheatsheet ] is helpful
492
- * ** Google!** is always helpful when programming :)
493
- * [ Search Rust documentation] [ stddocs ] to find types, traits, etc. quickly.
494
- You can also search by type signature! For example, searching for
495
- ` * -> vec ` should find all functions that return a ` Vec<T> ` . _ Hint:_ Find
496
- more tips and keyboard shortcuts by typing ` ? ` on any Rustdoc page!
490
+ * Google is always helpful when programming.
491
+ You can [ search all Rust documentation] [ gsearchdocs ] (the standard library,
492
+ the compiler, the books, the references, and the guides) to quickly find
493
+ information about the language and compiler.
494
+ * You can also use Rustdoc's built-in search feature to find documentation on
495
+ types and functions within the crates you're looking at. You can also search
496
+ by type signature! For example, searching for ` * -> vec ` should find all
497
+ functions that return a ` Vec<T> ` .
498
+ _ Hint:_ Find more tips and keyboard shortcuts by typing ` ? ` on any Rustdoc
499
+ page!
497
500
* Don't be afraid to ask! The Rust community is friendly and helpful.
498
501
499
502
[ rustc dev guide ] : https://rustc-dev-guide.rust-lang.org/about-this-guide.html
500
503
[ gdfrustc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
504
+ [ gsearchdocs ] : https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here
501
505
[ stddocs ] : https://doc.rust-lang.org/std
502
506
[ rif ] : http://internals.rust-lang.org
503
507
[ rr ] : https://doc.rust-lang.org/book/README.html
504
508
[ rustforge ] : https://forge.rust-lang.org/
505
509
[ tlgba ] : http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/
506
- [ ro ] : http ://www.rustaceans.org/
510
+ [ ro ] : https ://www.rustaceans.org/
507
511
[ rctd ] : https://rustc-dev-guide.rust-lang.org/tests/intro.html
508
512
[ cheatsheet ] : https://buildbot2.rust-lang.org/homu/
0 commit comments