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.
- Host: GitHub
- URL: https://github.com/sehnryr/oodle-safe
- Owner: sehnryr
- License: mit
- Created: 2024-02-03T17:11:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T21:08:49.000Z (about 2 years ago)
- Last Synced: 2025-03-23T18:11:28.064Z (over 1 year ago)
- Topics: compression, decompression, library, linux, oodle, rust
- Language: Rust
- Homepage: https://crates.io/crates/oodle-safe
- Size: 38.1 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.