Skip to content

Commit d7f33bd

Browse files
committed
improv: error handling
- Errors are now defined via thiserror - CLI app updated to use crate::error::Error instead of anyhow
1 parent 0439524 commit d7f33bd

17 files changed

Lines changed: 7077 additions & 209 deletions

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
# These are backup files generated by rustfmt
99
**/*.rs.bk
1010
*/target
11-
Cargo.lock
1211
*.out
1312
/.out/
1413
/.idea
1514
*.DS_Store
1615
.vscode
1716
.tasks
18-
.vimspector.json
17+
.vimspector.json

0 commit comments

Comments
 (0)