meh / rust-xkb

Rusty wrapper to libxkbcommon.
6 stars 6 forks source link

Reexport xkbcommon-sys #1

Open nyovaya opened 4 years ago

nyovaya commented 4 years ago

Many functions(esp. the functions to create the keymap from string, file, etc.) are not wrapped here to be able to be used, so I think it would be easier if this crate would reexport xkbcommon-sys.

meh commented 4 years ago

It would be better to wrap them up, do you have a list of missing functions? I thought I had wrapped everything but looks like I missed some stuff.

nyovaya commented 4 years ago

Not sure if I cant find it but there is no wrapper for e.g. xkb_keymap_new_from_string().

meh commented 4 years ago

Yeah, seems like you're right, gimme a bit, I'll wrap it up :)

nyovaya commented 4 years ago

Are you still working on it? Otherwise I could prepare a PR too.