#oodle #safe-bindings #bindings #safe-abstraction

oodle-safe

Safe low-level bindings for the oodle compression library

1 unstable release

0.1.0 Feb 4, 2024

#270 in Compression

Download history 40/week @ 2024-02-17 46/week @ 2024-02-24 36/week @ 2024-03-02 7/week @ 2024-03-09 1/week @ 2024-03-16 14/week @ 2024-03-23 46/week @ 2024-03-30 15/week @ 2024-04-06 1/week @ 2024-04-13

76 downloads per month
Used in 6 crates (via lotus-lib)

MIT license

28KB
446 lines

oodle-safe

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

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


lib.rs:

Minimal safe wrapper around oodle-sys.

This crate provides a minimal translation of the oodle-sys methods to Rust.

Check Oodle's website for more information.

Dependencies

~0–1MB
~11K SLoC