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