librush 0.2.1

艾刷 (libRush = lib + IBus + Rust + h): 用 rust 编写的 ibus 模块, 不用 GObject (ibus module written in pure rust, without GObject) (输入法, input method)
Documentation
1
2
3
4
5
6
use pm_bin::build_gen;
use std::error::Error;

fn main() -> Result<(), Box<dyn Error>> {
    build_gen(Some(".".into()))
}