https://github.com/milesgranger/minilzo3
Pure Rust implementation of MiniLZO
https://github.com/milesgranger/minilzo3
compression decompression lzo minilzo rust-minilzo
Last synced: 8 days ago
JSON representation
Pure Rust implementation of MiniLZO
- Host: GitHub
- URL: https://github.com/milesgranger/minilzo3
- Owner: milesgranger
- License: gpl-2.0
- Created: 2021-02-27T19:11:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T21:46:46.000Z (about 5 years ago)
- Last Synced: 2025-05-18T22:34:24.903Z (about 1 year ago)
- Topics: compression, decompression, lzo, minilzo, rust-minilzo
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
minilzo3
---
[](https://github.com/milesgranger/minilzo3/actions?query=branch=master)
[API Documentation](https://docs.rs/minilzo3)
A pure Rust implementation of the [miniLZO](http://www.oberhumer.com/opensource/lzo/). Initially tranlated using
[c2rust](https://github.com/immunant/c2rust) but refactored to meet certain requirements, and will continue to be a
pet-project to better understand both LZO and de/compression methodology; _long term_ goal to continue
refactoring into a 100% safe rust implementation, but for now, there is _a lot_ of unsafe usage in this project.