tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7bc85d820461aab3855d2493cefd2e7c72e13184
parent d0cae9fbc55ff2552c15a64b0930249f7092395e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue,  3 Oct 2017 08:03:22 -0400

Merge remote-tracking branch 'isis/bug23695'

Diffstat:
Mdoc/HACKING/GettingStartedRust.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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 ---------------------------------