]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
doc: Add a good resource for learning to write Rust FFI.
authorIsis Lovecruft <isis@torproject.org>
Fri, 29 Sep 2017 01:04:18 +0000 (01:04 +0000)
committerIsis Lovecruft <isis@torproject.org>
Fri, 29 Sep 2017 01:04:18 +0000 (01:04 +0000)
doc/HACKING/GettingStartedRust.md

index cfb5196aa4e9d6c6b5b1bf537b56ccf6e0db7855..a5253b46a638a2ef93f6050ad69c5382975bed6e 100644 (file)
@@ -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
 ---------------------------------