aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-memquota-cost/src/memory_cost_derive.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-memquota-cost derive: Tidy formattingIan Jackson2026-06-111-2/+2
|
* tor-memquota-cost derive: Use beta_deftly Impl featureIan Jackson2026-06-111-1/+2
|
* tor-memquota-cost derive: Use beta_deftly Xmeta default featureIan Jackson2026-06-111-4/+3
|
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* memquota: Extract HasMemoryCost and derive to new crate.Nick Mathewson2026-02-021-0/+365
This will help resolve some dependencies in our graph.