minilzo3 0.1.0

Pure Rust implementation of minilzo; initially created with c2rust.
Documentation
  • Coverage
  • 42.86%
    6 out of 14 items documented0 out of 6 items with examples
  • Size
  • Source code size: 125.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • milesgranger

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.