Go to file
Dustin ce2d77a32c Implement Display and Error for all errors
These standard traits should be implemented for all error types so they
can match `dyn Error`, etc.
2022-12-30 10:05:57 -06:00
src Implement Display and Error for all errors 2022-12-30 10:05:57 -06:00
.gitattributes Initial commit 2022-12-30 09:10:05 -06:00
.gitignore Initial commit 2022-12-30 09:10:05 -06:00
Cargo.lock Initial commit 2022-12-30 09:10:05 -06:00
Cargo.toml Initial commit 2022-12-30 09:10:05 -06:00
rustfmt.toml Initial commit 2022-12-30 09:10:05 -06:00