aboutsummaryrefslogtreecommitdiff
path: root/src/error/mod.rs (follow)
Commit message (Collapse)AuthorAgeLines
* extend docs and reorganize filesMax Audron2025-02-27-45/+0
|
* refactor variant deserializationMax Audron2025-02-26-0/+2
|
* 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