-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from adobeDan/error-handling-improvements
This is ready for pre-release.
- Loading branch information
Showing
12 changed files
with
1,051 additions
and
639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# don't check in Cargo.lock because this is a library project | ||
# see https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html | ||
Cargo.lock | ||
# don't check in .cargo directory because not every developer | ||
# uses it; the typical use is to enable cross-compiling. | ||
/.cargo/ | ||
# don't check in the binary and testing artifacts | ||
target | ||
fuzz | ||
libtest.rmeta | ||
# profiling | ||
*.profdata | ||
*.profraw | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.