diff options
author | Isis Lovecruft <isis@torproject.org> | 2017-09-29 01:04:18 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2017-09-29 01:04:18 +0000 |
commit | 40f1287978a8b04da4257b3cd65d9c6370398f45 (patch) | |
tree | fb0869f87918f736fb7204d4728706bdf0c293da /doc/HACKING | |
parent | 73b0e2e6fd02140d349ebc6d4ae44c6a28a0f39c (diff) | |
download | tor-40f1287978a8b04da4257b3cd65d9c6370398f45.tar.gz tor-40f1287978a8b04da4257b3cd65d9c6370398f45.zip |
doc: Add a good resource for learning to write Rust FFI.
Diffstat (limited to 'doc/HACKING')
-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 --------------------------------- |