6 releases (3 breaking)
| new 0.4.2 | Dec 29, 2025 |
|---|---|
| 0.4.1 | Dec 27, 2025 |
| 0.4.0 | Jun 5, 2025 |
| 0.3.0 | May 29, 2025 |
| 0.1.0 | Oct 28, 2024 |
#972 in Text processing
6,895 downloads per month
28KB
598 lines
Safe abstractions to use IME (inputmethods) from Rust on OpenHarmony
This crate provides an ImeProxy, which allows interacting with the Input method on OpenHarmony
devices. The user needs to implement the [Ime] trait
This crate is still under active development and based on the InputMethod C-API of OpenHarmony.
Usage
- Implement the Ime trait
- call
ImeProxy::new()
OpenHarmony Input method (IME) bindings
Safe Rust bindings to access the Input method on OpenHarmony devices. See the documentation for more details. Requires at least OpenHarmony 5.0.0 (API-12).
License
This project is licensed under the Apache-2.0 license.
Dependencies
~210KB