Closed ikrivosheev closed 1 year ago
Sorry, finally found time to look at this again. Thanks for your patience!
Just to check: is this PR still in progress, or is it ready to go? (I think you mentioned in an earlier comment that you wanted to add
Cabinet::read_file
.)
Hello! Yes, you are right) I am working on add Cabinet::read_file
. I think, I can do this.
Hello, thank you for the great library! The PR improves and makes API more ergonomic and fix problem with performance. Structure is:
Cabinet
->FolderEntries
->FolderReader
->FileEntries
->FileReader
.Changes
actions-rs
todtolnay/rust-toolchain
becauseactions-rs
is deprecatedFolderReader
for iterate overFileReader
FileReader
for reader file fromcab
Breaking changes
Cabinet::get_file_entry
Cabinet::read_file
If the idea is ok I can finish it.
This is continue of: https://github.com/mdsteele/rust-cab/pull/20