aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-27 10:05:30 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-27 10:05:30 -0400
commitf5e9e2748ff5fa245936ce5e465d19b3d300e393 (patch)
tree6fb7a04050bec9d603d81e75757d0dfb1acf9128 /changes
parentc4804bb280f16a484d9d5d1ed4aae8bc1614cfce (diff)
parent91a1b9058bccf17893bea3e0c8dd98b5141bdfa9 (diff)
downloadtor-f5e9e2748ff5fa245936ce5e465d19b3d300e393.tar.gz
tor-f5e9e2748ff5fa245936ce5e465d19b3d300e393.zip
Merge branch 'protover-rust-impl_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket228408
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket22840 b/changes/ticket22840
new file mode 100644
index 0000000000..6d234fb0d4
--- /dev/null
+++ b/changes/ticket22840
@@ -0,0 +1,8 @@
+ o Major features (Rust experimentation):
+ - Tor now ships with an optional implementation of one of its smaller
+ modules (protover.c) in the Rust programming language. To try it
+ out, install a Rust build environment, and configure Tor with
+ "--enable-rust --enable-cargo-online-mode". This should not
+ cause any user-visible changes, but should help us gain more experience
+ with Rust, and plan future Rust integration work.
+ Implementation by Chelsea Komlo. Closes ticket 22840.