oozle 0.1.5

Open source Kraken, Mermaid, Selkie, Leviathan, LZNA, Bitknit decompressor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# oozle

[![Crates.io](https://img.shields.io/crates/v/oozle)](https://crates.io/crates/oozle)
[![docs.rs](https://img.shields.io/docsrs/oozle)](https://docs.rs/oozle)
[![Crates.io](https://img.shields.io/crates/l/oozle)](./LICENSE)
[![GitHub repo size](https://img.shields.io/github/repo-size/sehnryr/oozle)](#)

A Rust library for decompressing Kraken, Mermaid, Selkie, Leviathan, LZNA 
and Bitknit compressed buffers. (unsafe)

This library implements [powzix's ooz](https://github.com/powzix/ooz) and uses
[CXX](https://cxx.rs/) to interop with Rust. In the future, (I hope) this 
library will be fully implemented in Rust.