Crates.io | ibus |
lib.rs | ibus |
version | 0.2.0 |
source | src |
created_at | 2022-01-07 20:55:24.370957 |
updated_at | 2022-01-16 09:16:52.32664 |
description | IBus implementation in Rust |
homepage | |
repository | https://github.com/ArturKovacs/ibus-rs |
max_upload_size | |
id | 509937 |
size | 44,981 |
This crate implements the IBus protocol in pure Rust. The API provided is currently limited and only focuses on functionality that's important to clients.
The API more or less follows the structure of the IBus C API, but note that the two are not binary compatible. This means that it's not valid to pass a pointer to this crate's Bus
object to the ibus_bus_create_input_context
function. Luckily it shouldn't be needed either.