Expand description
Extracts data compressed in the Kraken, Mermaid, Selkie, Leviathan, LZNA, or Bitknit formats.
§Features:
async
: Enables theExtractor::read_from_stream
method, for runtime-agnostic extraction from bytes streams such as the one returned byreqwest::Response::bytes_stream
.tokio
: Enables extraction fromtokio::io::AsyncRead
.cli
: Builds theunoodle
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_
naive x86_sse
- 2567.903645833333 ns/iter (+/- 149.404296875) on my machine
- reverse_
portable x86_sse
- 134.15224999999998 ns/iter (+/- 21.912999999999954) on my machine
- reverse_
x86 x86_sse
- 136.1971197119712 ns/iter (+/- 13.9047404740474) on my machine