aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/codecs.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* rpcserver: remove dead code in codecs.rsNick Mathewson2025-01-221-17/+2
|
* rpcserver: rename streams.rs to codecs.rs.Nick Mathewson2024-05-091-0/+122
I think I'm going to add another stream management module here.