#open-harmony #harmony-os #ffi #input-method #ime

ohos-ime-sys

Bindings to the inputmethod API of OpenHarmony

5 releases

new 0.1.4 Jan 29, 2025
0.1.3 Jan 9, 2025
0.1.2 Jan 4, 2025
0.1.1 Oct 28, 2024
0.1.0 Sep 6, 2024

#201 in Text editors

Download history 128/week @ 2024-10-26 22/week @ 2024-11-02 56/week @ 2024-11-09 849/week @ 2024-11-16 636/week @ 2024-11-23 655/week @ 2024-11-30 909/week @ 2024-12-07 1016/week @ 2024-12-14 706/week @ 2024-12-21 448/week @ 2024-12-28 1419/week @ 2025-01-04 956/week @ 2025-01-11 1432/week @ 2025-01-18 1279/week @ 2025-01-25

5,212 downloads per month
Used in 2 crates

Apache-2.0

105KB
997 lines

OpenHarmony Inputmethod bindings

Raw rust-bindings for the native inputmethod from the IME-Kit on OpenHarmony. hiTraceMeter provides APIs for system performance tracing. Available since OpenHarmony 5.0 (API-level 12). Please view the HarmonyOS reference for usage details (Link to the OpenHarmony documentation not available yet).

License

Licensed under the Apache-2.0 license, matching the license of OpenHarmony.


lib.rs:

Bindings to the native inputmethod API

This can be used to interact with the inputmethod on OpenHarmony from native code. Available with API-level 12 and newer

Official documentation: https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/_input_method-V5

Feature flags

Dependencies

~27KB