Support processing `.lzo` files compressed by [`lzop`](https://en.wikipedia.org/wiki/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`](https://github.com/arma-tools/lzokay-native-rs) _This crate includes a pure rust port of [lzokay](https://github.com/jackoalan/lzokay), which is a C++ implementation of the [LZO compression format](http://www.oberhumer.com/opensource/lzo/)._