ibus

Crates.ioibus
lib.rsibus
version0.2.0
sourcesrc
created_at2022-01-07 20:55:24.370957
updated_at2022-01-16 09:16:52.32664
descriptionIBus implementation in Rust
homepage
repositoryhttps://github.com/ArturKovacs/ibus-rs
max_upload_size
id509937
size44,981
Artúr Kovács (ArturKovacs)

documentation

README

ibus

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.

Commit count: 12

cargo fmt