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