Is your feature request related to a problem? Please describe.
I currently use an extension trait for this: https://github.com/PaulmannLighting/smik-jar-tool/blob/df330399d33be2c3d39043b442a75d85ffd4144e/smik-jar-lib/src/by_path.rs#L8
Describe the solution you'd like
Allow retrieval of file entries from a ZipFile via a std::path::Path.
Describe alternatives you've considered
The extension trait mentioned above.
Additional context
N/A