summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-03 08:03:22 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-03 08:03:22 -0400
commit7bc85d820461aab3855d2493cefd2e7c72e13184 (patch)
tree0dc5b6c842e5e7af6b64497dfbf6a21f3ac41065
parentd0cae9fbc55ff2552c15a64b0930249f7092395e (diff)
parent40f1287978a8b04da4257b3cd65d9c6370398f45 (diff)
downloadtor-7bc85d820461aab3855d2493cefd2e7c72e13184.tar.gz
tor-7bc85d820461aab3855d2493cefd2e7c72e13184.zip
Merge remote-tracking branch 'isis/bug23695'
-rw-r--r--doc/HACKING/GettingStartedRust.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HACKING/GettingStartedRust.md b/doc/HACKING/GettingStartedRust.md
index cfb5196aa4..a5253b46a6 100644
--- a/doc/HACKING/GettingStartedRust.md
+++ b/doc/HACKING/GettingStartedRust.md
@@ -43,6 +43,9 @@ For learning how to write unsafe Rust, read
For learning everything you ever wanted to know about Rust macros, there is
[The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/index.html).
+For learning more about FFI and Rust, see Jake Goulding's
+[Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/).
+
Compiling Tor with Rust enabled
---------------------------------