Cargo Features

[dependencies]
ohos-xcomponent-binding = { version = "0.0.6", default-features = false, features = ["log", "multi_mode", "callbacks"] }
log

allow print log with hilog

Enables ohos-hilog-binding

multi_mode

init with muilt xcomponent instance mode

Affects events::X_COMPONENT_CALLBACKS_MAP

callbacks default

allow use closure to define callbacks

default = callbacks

The callbacks feature is set by default whenever ohos-xcomponent-binding is added without default-features = false somewhere in the dependency tree.