2014-12-02 08:20:48 -06:00
|
|
|
% Conclusion
|
|
|
|
|
|
|
|
We covered a lot of ground here. When you've mastered everything in this Guide,
|
2015-01-09 12:48:27 -06:00
|
|
|
you will have a firm grasp of Rust development. There's a whole lot more
|
|
|
|
out there, though, we've just covered the surface. There's tons of topics that
|
|
|
|
you can dig deeper into, e.g. by reading the API documentation of the
|
|
|
|
[standard library](http://doc.rust-lang.org/std/), by discovering solutions for
|
|
|
|
common problems on [Rust by Example](http://rustbyexample.com/), or by browsing
|
|
|
|
crates written by the community on [crates.io](https://crates.io/).
|
2014-12-02 08:20:48 -06:00
|
|
|
|
|
|
|
Happy hacking!
|