Crate oodle_safe

source ·
Expand description

Minimal safe wrapper around oodle-sys.

This crate provides a minimal translation of the oodle-sys methods to Rust.

Check Oodle’s website for more information.

Structs§

Enums§

  • Bool enum for the LZ decoder to check the CRC of the compressed data.
  • Set of compression levels.
  • Set of compression algorithms.
  • Thread phase for threaded decompression.
  • Controls the amount of internal threading used by the compressor.
  • Decoder profile to target.
  • Verbosity level for LZ decompression.

Constants§

Functions§

  • Compress some data from memory to memory synchronously.
  • Decompress some data from memory to memory synchronously.