James Thomas Moon
James Thomas Moon
Closed Issue. Not enough information.
Consider - [zip2](https://github.com/zip-rs/zip2) - [rs-async-zip](https://github.com/Majored/rs-async-zip) tokio-based async wrapper around `zip2`
When implemented, consider adding a comparison to `ccl-asl` in the `README.md`
Not sure how to accomplish the Solution. And [`tar` is the only mature rust crate for reading `.tar` files](https://crates.io/search?q=tar).
Crate [`basic_tar`](https://crates.io/crates/basic_tar) should be considered.
Current code https://github.com/jtmoon79/super-speedy-syslog-searcher/blob/0.0.32/src/readers/blockreader.rs#L2012-L2032 Uses https://github.com/alexcrichton/tar-rs/releases/tag/0.4.38
What is wanted is to create an `tar::Entry` and later make calls to `Entry.read_exact` within the same thread. Creating an `tar::Entry` requires creating `tar::Archive`, `tar::Entries`, `tar::Entry>>> = { eprintln!("thread_local! MyEntry4");...
Tracked upstream at lma-rs Issue 66 https://github.com/gendx/lzma-rs/issues/66
Relates to PR #331 07d2537