]> git.proxmox.com Git - rustc.git/blame - src/doc/trpl/conclusion.md
Imported Upstream version 1.0.0~beta
[rustc.git] / src / doc / trpl / conclusion.md
CommitLineData
1a4d82fc
JJ
1% Conclusion
2
3We covered a lot of ground here. When you've mastered everything in this Guide,
85aaf69f
SL
4you will have a firm grasp of Rust development. There's a whole lot more
5out there, though, we've just covered the surface. There's tons of topics that
6you 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
8common problems on [Rust by Example](http://rustbyexample.com/), or by browsing
9crates written by the community on [crates.io](https://crates.io/).
1a4d82fc
JJ
10
11Happy hacking!