ohos-resource-manager-sys 0.3.3

OpenHarmony's resource_manager binding for rust
Documentation

ohos-resource-manager-sys

This crate provides low-level sys bindings for the resource_manager module in OpenHarmony.

Install

cargo add ohos-resource-manager-sys

Usage

Add this crate to your native module and import it from Rust code:

use ohos_resource_manager_sys as sys;

unsafe {
    // Call the raw FFI functions exposed by `sys` after checking
    // the corresponding OpenHarmony or HarmonyOS API requirements.
}

License

MIT OR Apache-2.0