DEV: Use pkgar-keys; Error handling
- Uses pkgar-keys to read and write keyfiles instead of just binary keys. - I implemented a couple of `From`s for Error, and removed many map_err calls around the lib. I'm sure there's plenty I missed. Note that the integration tests are failing at this point, I'm going to fix them separately from this branch and merge over.
Showing
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- README.md 7 additions, 0 deletionsREADME.md
- src/bin.rs 24 additions, 91 deletionssrc/bin.rs
- src/bin/pkgar.rs 0 additions, 23 deletionssrc/bin/pkgar.rs
- src/error.rs 31 additions, 2 deletionssrc/error.rs
- src/lib.rs 2 additions, 0 deletionssrc/lib.rs
- test.sh 5 additions, 6 deletionstest.sh
Loading
Please register or sign in to comment