We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Found using cargo-fuzz.
cargo-fuzz
This library panics at src/lib.rs:82 if the file path requested does not exist.
src/lib.rs:82
Whilst in theory this is correct, I think the library should return a Result to indicate success or failure. Of course, this means changing the API.
Result
As a side note, if changing the API is okay, it might be a good idea to switch to taking a PathBuf reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found using
cargo-fuzz
.This library panics at
src/lib.rs:82
if the file path requested does not exist.Whilst in theory this is correct, I think the library should return a
Result
to indicate success or failure. Of course, this means changing the API.As a side note, if changing the API is okay, it might be a good idea to switch to taking a PathBuf reference.
The text was updated successfully, but these errors were encountered: