haiku-rs
haiku-rs copied to clipboard
Rust bindings for the Haiku C-API
``` cargo test Compiling cfg-if v1.0.0 Compiling ppv-lite86 v0.2.15 Compiling unicode-width v0.1.9 Compiling remove_dir_all v0.5.3 warning: anonymous parameters are deprecated and will be removed in the next edition. --> src/support/flattenable.rs:32:15...
haiku-sys might want to consider migrating to bindgen. https://docs.rs/bindgen/0.59.1/bindgen/ Essentially the bindings are auto-generated for you based on headers. A smallish example project putting bindgen to work is here: *...