ticket22840 518 B

12345678
  1. o Major features (Rust experimentation):
  2. - Tor now ships with an optional implementation of one of its smaller
  3. modules (protover.c) in the Rust programming language. To try it
  4. out, install a Rust build environment, and configure Tor with
  5. "--enable-rust --enable-cargo-online-mode". This should not
  6. cause any user-visible changes, but should help us gain more experience
  7. with Rust, and plan future Rust integration work.
  8. Implementation by Chelsea Komlo. Closes ticket 22840.