An open API service indexing awesome lists of open source software.

https://github.com/sehnryr/oodle-safe

This is a thin, safe abstraction built on top of the bindings from oodle-sys.
https://github.com/sehnryr/oodle-safe

compression decompression library linux oodle rust

Last synced: about 1 year ago
JSON representation

This is a thin, safe abstraction built on top of the bindings from oodle-sys.

Awesome Lists containing this project

README

          

# oodle-safe

This is a thin, safe abstraction built on top of the bindings from
[oodle-sys](https://crates.io/crates/oodle-sys).

It provides a safe interface to the Oodle library with rust types like slices
instead of pointers and lengths.