about summary refs log tree commit diff
path: root/src/doc/trpl/conclusion.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/trpl/conclusion.md')
-rw-r--r--src/doc/trpl/conclusion.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doc/trpl/conclusion.md b/src/doc/trpl/conclusion.md
new file mode 100644
index 00000000000..0472787e948
--- /dev/null
+++ b/src/doc/trpl/conclusion.md
@@ -0,0 +1,10 @@
+% Conclusion
+
+We covered a lot of ground here. When you've mastered everything in this Guide,
+you will have a firm grasp of basic Rust development. There's a whole lot more
+out there, we've just covered the surface. There's tons of topics that you can
+dig deeper into, and we've built specialized guides for many of them. To learn
+more, dig into the [full documentation
+index](index.html).
+
+Happy hacking!