+28
−12
+1
−0
+14
−19
+1
−1
src/rust/tor_util/strings.rs
0 → 100644
+82
−0
Loading
* FIXES #25127: https://bugs.torproject.org/25127 * ADDS a new module to the Rust tor_util crate for small utilities for working with static strings between languages. * CHANGES the return type of protover_compute_for_old_tor to point to immutable data. * CHANGES the code from the previous commit to use the new static string utilities.