aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/crypto/cell/bench_utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
| | | | | | | | | Fixes part of #2193. (Edits from nickm: I selected the cases here that I could verify were correct from immediate context.) Edited-by: Nick Mathewson <[email protected]>
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+4
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* proto: remove bench pub wrappersLionel Goffaux2025-05-221-91/+43
|
* proto: fix doc typosLionel Goffaux2025-05-141-1/+1
|
* proto: fix name mismatch in the bench utils docLionel Goffaux2025-05-081-4/+4
|
* proto: extend benchmarksLionel Goffaux2025-05-081-0/+110