ohos-arkui-binding
This crate is a binding for the arkui module in OpenHarmony.
Install
cargo add ohos-arkui-binding
Usage
Add this crate to your native module and import it from Rust code:
use ohos_arkui_binding as arkui;
// Use the safe Rust APIs exposed by `ohos-arkui-binding` from your native module.
License
MIT OR Apache-2.0