[Libguestfs] [nbdkit PATCH 0/2] rust: Implement some missing v2 callbacks

Eric Blake eblake at redhat.com
Fri Aug 16 17:08:09 UTC 2019


Similar to what I just did for OCaml (this IS an API break, requiring
recompilation of any existing Rust plugin), and done because I want to
add fast_zero support to both languages as part of my upcoming fast
zero series.

Figuring out how to get extents working was hard enough that I punted
that, still.

Eric Blake (2):
  rust: Implement can_cache
  rust: Add support for dynamic .thread_model

 plugins/rust/nbdkit-rust-plugin.pod | 29 ++++++++++++++++++++++++-----
 plugins/rust/examples/ramdisk.rs    |  8 ++++++--
 plugins/rust/src/lib.rs             | 23 ++++++++++++++++++++---
 3 files changed, 50 insertions(+), 10 deletions(-)

-- 
2.20.1




More information about the Libguestfs mailing list