[Libguestfs] Rust Bindings for Libnbd

2023-06-26 Thread Tage Johansson
>> +let hidden_handle_calls : NameSt.t = + NameSet.of_list +[ >> "get_debug"; "set_debug"; "set_debug_callback"; >> "clear_debug_callback" ] > > So, hmm. Isn't it better to track this in the API.ml file? Perhaps, but it is only specific to Rust, so I thought it was best placed in the

[Libguestfs] Rust Bindings for Libnbd

2023-06-20 Thread Tage Johansson
This is Tage. I am a Google Summer of Code contributer this summer working on Rust bindings for Libnbd. So far, I have made a very basic first draft which is far from complete. But I'll send the patches anyway so you can take a look. I have created "generator/Rust.ml" which generates Rust code