rust-ar icon indicating copy to clipboard operation
rust-ar copied to clipboard

Implement `entries()` iterator for `ar::Archive`

Open io12 opened this issue 5 years ago • 0 comments

The tar crate has an entries() method for iterating over entries. This would be useful in the ar crate. https://docs.rs/tar/0.4.26/tar/struct.Archive.html#method.entries

io12 avatar Nov 01 '19 06:11 io12