Refactor error handling

This commit is contained in:
2022-02-14 23:42:20 +01:00
parent ffdabe0b6c
commit 67210377b7
6 changed files with 174 additions and 47 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check
- id: clippy