diff options
| author | bors <bors@rust-lang.org> | 2013-09-17 04:45:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-17 04:45:45 -0700 |
| commit | 7ea85333ffbeaf255e94e25770bdbdeaf4222684 (patch) | |
| tree | c04815e99027d16533a72b5b592369ec42af07ca /doc/tutorial.md | |
| parent | 2a706aab1c5990a37378f2b3fdfef8410c3743b2 (diff) | |
| parent | cf2253ba3fb24ef3ab466b79e199dd2130a1e9c2 (diff) | |
| download | rust-7ea85333ffbeaf255e94e25770bdbdeaf4222684.tar.gz rust-7ea85333ffbeaf255e94e25770bdbdeaf4222684.zip | |
auto merge of #9239 : steveklabnik/rust/rustpkg_tutorial, r=catamorphism
First shot at a new tutorial for rustpkg. /cc @catamorphism Right now, I'm linking to my sample package on GitHub, I'm not sure that everyone would be comfortable with me having that there. Maybe under the mozilla org? I think having one to install and hold up as a default makes sense.
Diffstat (limited to 'doc/tutorial.md')
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index 637dbb10c23..7a9bb4adf65 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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 |
