Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Seek for XzDecoder #39

Open
maoe opened this issue Nov 20, 2018 · 2 comments
Open

Implement Seek for XzDecoder #39

maoe opened this issue Nov 20, 2018 · 2 comments

Comments

@maoe
Copy link
Contributor

maoe commented Nov 20, 2018

The xz format supports block level random access. The XzDecoder should be able to implement Seek to support it. I'd like this feature so that we could seek in a xz-compressed pcap file. Are you open to including the feature if I implement it?

@alexcrichton
Copy link
Owner

This seems reasonable to me!

@newpavlov
Copy link

I am also interested in Seek support. Can it be implemented based on the C library or is it blocked by a Rust backend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants