You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any plan to make the API of libublk more Rust idiomatic? Or it's intended to be a low-level port of C code base and expects some other high-level library building on top of this one?
The text was updated successfully, but these errors were encountered:
I found this library from crates.io, but the API seems to be very C-alike. It heavily uses un-typed integer flags, exposes raw errno instead of
std::io::Error
, and many functions are built around pointers here and there. The example setup is also quite tedious and requires manual memory management.Is there any plan to make the API of
libublk
more Rust idiomatic? Or it's intended to be a low-level port of C code base and expects some other high-level library building on top of this one?The text was updated successfully, but these errors were encountered: