ohos-image-native-sys
This crate provides low-level sys bindings for the native image module in OpenHarmony.
Install
cargo add ohos-image-native-sys
Usage
Add this crate to your native module and import it from Rust code:
use ohos_image_native_sys as sys;
unsafe
License
MIT OR Apache-2.0