milesgranger / minilzo3

Pure Rust implementation of MiniLZO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minilzo3

CI

API Documentation

A pure Rust implementation of the miniLZO. Initially tranlated using 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.

About

Pure Rust implementation of MiniLZO

License:GNU General Public License v2.0


Languages

Language:Rust 100.0%