rust/src/doc/trpl/conclusion.md
Pascal Hertleif 1a602c1779 Update Conclusion of The Rust Programming Language
This replaces a obsolete conclusion (based on the original, basic Guide) with
links to further documentation sources.
2015-01-09 19:48:27 +01:00

560 B

% Conclusion

We covered a lot of ground here. When you've mastered everything in this Guide, 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, by discovering solutions for common problems on Rust by Example, or by browsing crates written by the community on crates.io.

Happy hacking!