]> git.lizzy.rs Git - rust.git/blobdiff - doc/tutorial.md
auto merge of #9244 : thestinger/rust/drop, r=catamorphism
[rust.git] / doc / tutorial.md
index d786bff58e1d417e60ff9e17516288991dd31073..d9b55ba4d956510913c9049f849014e2a9288971 100644 (file)
@@ -2979,6 +2979,7 @@ tutorials on individual topics.
 * [The foreign function interface][ffi]
 * [Containers and iterators](tutorial-container.html)
 * [Error-handling and Conditions](tutorial-conditions.html)
+* [Packaging up Rust code](rustpkg)
 
 There is further documentation on the [wiki], however those tend to be even more out of date as this document.
 
@@ -2986,6 +2987,7 @@ There is further documentation on the [wiki], however those tend to be even more
 [tasks]: tutorial-tasks.html
 [macros]: tutorial-macros.html
 [ffi]: tutorial-ffi.html
+[rustpkg]: tutorial-rustpkg.html
 
 [wiki]: https://github.com/mozilla/rust/wiki/Docs