Crate oozextract

Source
Expand description

Extracts data compressed in the Kraken, Mermaid, Selkie, Leviathan, LZNA, or Bitknit formats.

§Features:

  • async: Enables the Extractor::read_from_stream method, for runtime-agnostic extraction from bytes streams such as the one returned by reqwest::Response::bytes_stream.
  • tokio: Enables extraction from tokio::io::AsyncRead.
  • cli: Builds the unoodle command-line executable.

Structs§

Extractor
Decompresses Oodle data to a buffer. Methods are provided for various input types, depending on crate features.
OozError

Functions§

reverse_naivex86_sse
2567.903645833333 ns/iter (+/- 149.404296875) on my machine
reverse_portablex86_sse
134.15224999999998 ns/iter (+/- 21.912999999999954) on my machine
reverse_x86x86_sse
136.1971197119712 ns/iter (+/- 13.9047404740474) on my machine