👋 I've been experimenting with the crate and currently, when the entry is not found, it returns the following error
Custom { kind: Other, error: "NotFoundError: Entry not found" }
I would expect a std::io::Error { kind: NotFound, ... } instead, like async-fs.
👋 I've been experimenting with the crate and currently, when the entry is not found, it returns the following error
Custom { kind: Other, error: "NotFoundError: Entry not found" }I would expect a
std::io::Error { kind: NotFound, ... }instead, likeasync-fs.