aboutsummaryrefslogtreecommitdiff
path: root/src/error/mod.rs (follow)
Commit message (Collapse)AuthorAgeLines
* replace deprecated failure crate with thiserrorMax Audron2025-02-22-13/+17
| | | | | | | | | this changes the public API in that all our methods now return a proper ProtocolError crate. Needed change anyways to properly deal with all our errors in the long run. Will still need to do a pass through the crate to remove all existing unwraps where it makes sense.
* add variant impl for charMax Audron2022-10-06-0/+2
|
* refactor everythingMax Audron2020-04-29-0/+37