File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
% Conclusion
2
2
3
3
We covered a lot of ground here. When you've mastered everything in this Guide,
4
- you will have a firm grasp of basic Rust development. There's a whole lot more
5
- out there, we've just covered the surface. There's tons of topics that you can
6
- dig deeper into, and we've built specialized guides for many of them. To learn
7
- more, dig into the [ full documentation
8
- index] ( index.html ) .
4
+ you will have a firm grasp of Rust development. There's a whole lot more
5
+ out there, though, we've just covered the surface. There's tons of topics that
6
+ you can dig deeper into, e.g. by reading the API documentation of the
7
+ [ standard library] ( http://doc.rust-lang.org/std/ ) , by discovering solutions for
8
+ common problems on [ Rust by Example] ( http://rustbyexample.com/ ) , or by browsing
9
+ crates written by the community on [ crates.io] ( https://crates.io/ ) .
9
10
10
11
Happy hacking!
You can’t perform that action at this time.
0 commit comments