summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!Ian Jackson2022-02-151-2/+2
| | | | Including supporting machinery, new kind field, etc.
* tor-bytes: Use InternalError.Nick Mathewson2022-02-091-2/+15
| | | | | | This crate's Error type is too low-level to have an ErrorKind, but it does make sense to use InternalError for the internal errors here.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+29
This will cause some pain for now, but now is really the best time to do this kind of thing.