ohos-arkui-input-binding 0.1.1

OpenHarmony's arkui input binding for rust
Documentation
  • Coverage
  • 1.52%
    1 out of 66 items documented0 out of 0 items with examples
  • Size
  • Source code size: 37.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • richerfu

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