We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.lzo
Support processing .lzo files compressed by lzop.
lzop
However, such compression appears rarely used for log files so this is lower priority than other similar file-parser Issues.
Rust crates available:
lzokay
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support processing
.lzo
files compressed bylzop
.However, such compression appears rarely used for log files so this is lower priority than other similar file-parser Issues.
Rust crates available:
lzokay
This crate includes a pure rust port of lzokay, which is a C++ implementation of the LZO compression format.
The text was updated successfully, but these errors were encountered: