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
License
MIT OR Apache-2.0