aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update tor-cell errors to latest APINick Mathewson2022-02-151-4/+4
|
* tor-cell: provide HasKind.Nick Mathewson2022-02-151-8/+15
| | | | | | | | | Additionally, refactor the IoError out of tor_cell::Error: nothing in TorCell created this; it was only used by tor_proto. This required refactoring in tor_proto to use a new error type. Here I decided to use a new CodecError for now, though we may refactor that away soon too.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+38
This will cause some pain for now, but now is really the best time to do this kind of thing.