libgamerzilla
libgamerzilla copied to clipboard
Rust bindings
Hi, I am collaborating on a libre game in written in Rust called Rust Hero Would you be open to creating Rust bindings?
I'm always open to adding more bindings. I haven't used rust but I'm happy to look into it.
@dulsi You might really like Rust! There are so many nice things about it as a programming language!
Hi,
FYI, no need to do it yourself, you can automatically generate Rust bindings for any C library with rust-bindgen.
Cheers, bzt