Closed grego closed 3 years ago
std::io::Error does not preserve the name of the file that was not found. This PR adds a new Error enum variant NotFound, so that this piece of information remains available when a partial is not found.
std::io::Error
Error
NotFound
Thank you! Could you, please, publish the new version on crates?
@grego released as 0.12.
std::io::Error
does not preserve the name of the file that was not found. This PR adds a newError
enum variantNotFound
, so that this piece of information remains available when a partial is not found.