XIM protocol handler in Rust
You can see xim server example in my IME
The current Minimum Safe Rust Version in 1.64. The current tentative policy is that any change in the MSRV will be accompanied by a minor version bump.
Binding with X client libraries
Read/Write xim message generated from xim-gen
xim protocol parser generator
- Parse messages
- Basic protocol
- Extension protocol
- AttributeBuilder
- client
- server
- client
- server
- Only native endian is supported
- Only support utf-8 and JIS X0208-1983 of CTEXT
- Auth, StrConvertion doesn't supported since they are not used in real world