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