summaryrefslogtreecommitdiff
path: root/tor-cell/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make a few error types implement CloneNick Mathewson2021-06-141-2/+9
| | | | | | | To make this work we have to wrap std::io::Error in an Arc. The benefit of having these errors implement Clone is that we can provide the same Error in response to multiple requests when they are all waiting on the same operation.
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-261-0/+28