[tor-commits] [tor/master] doc: Add a good resource for learning to write Rust FFI.

nickm at torproject.org nickm at torproject.org
Tue Oct 3 12:03:27 UTC 2017


commit 40f1287978a8b04da4257b3cd65d9c6370398f45
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Sep 29 01:04:18 2017 +0000

    doc: Add a good resource for learning to write Rust FFI.
---
 doc/HACKING/GettingStartedRust.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/HACKING/GettingStartedRust.md b/doc/HACKING/GettingStartedRust.md
index cfb5196aa..a5253b46a 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
 ---------------------------------
 





More information about the tor-commits mailing list