Преглед на файлове

doc: Add a good resource for learning to write Rust FFI.

Isis Lovecruft преди 6 години
родител
ревизия
40f1287978
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      doc/HACKING/GettingStartedRust.md

+ 3 - 0
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
 ---------------------------------