feature22106 609 B

123456789101112
  1. o Major features (security, stability, experimental):
  2. - Tor now has the optional ability to include modules written in
  3. Rust. To turn this on, pass the "--enable-rust" flag to the
  4. configure script.
  5. It's not time to get excited yet: currently, there is no actual
  6. Rust functionality beyond some simple glue code, and a notice at
  7. startup to tell you that Rust is running. Still, we hope that
  8. programmers and packagers will try building with rust
  9. support, so that we can find issues with the build system,
  10. and solve portability issues. Closes ticket 22106.