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

oodle-safe

Safe low-level bindings for the oodle compression library

2 unstable releases

0.2.0 May 28, 2024
0.1.0 Feb 4, 2024

#482 in Compression

Download history 3/week @ 2024-11-14 5/week @ 2024-11-21 4/week @ 2024-11-28 13/week @ 2024-12-05 26/week @ 2024-12-12 2/week @ 2024-12-19 1/week @ 2025-01-16 3/week @ 2025-01-30 13/week @ 2025-02-06 77/week @ 2025-02-13 3/week @ 2025-02-20 8/week @ 2025-02-27

101 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
~12K SLoC