Cargo Features

[dependencies]
ohos-arkui-binding = { version = "0.0.3", default-features = false, features = ["napi", "xcomponent", "xcomponent_multi_mode"] }
default = napi, xcomponent

These default features are set whenever ohos-arkui-binding is added without default-features = false somewhere in the dependency tree.

napi default

Enables napi-ohos and napi-sys-ohos

Affects error::ArkUIResult, error::ArkUIError, node::ArkUINodeRaw

xcomponent default

Enables ohos-xcomponent-binding and ohos-xcomponent-sys

xcomponent_multi_mode

enable multi mode for xcomponent

Enables multi_mode of ohos-xcomponent-binding