diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-03 08:03:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-03 08:03:22 -0400 |
commit | 7bc85d820461aab3855d2493cefd2e7c72e13184 (patch) | |
tree | 0dc5b6c842e5e7af6b64497dfbf6a21f3ac41065 /doc | |
parent | d0cae9fbc55ff2552c15a64b0930249f7092395e (diff) | |
parent | 40f1287978a8b04da4257b3cd65d9c6370398f45 (diff) | |
download | tor-7bc85d820461aab3855d2493cefd2e7c72e13184.tar.gz tor-7bc85d820461aab3855d2493cefd2e7c72e13184.zip |
Merge remote-tracking branch 'isis/bug23695'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/GettingStartedRust.md | 3 |
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 --------------------------------- |