On Thu, Aug 03, 2023 at 03:36:04PM +0000, Tage Johansson wrote:
> A new version of the Rust bindings for Libnbd. Most changes have been
> mentioned as replies to the comments I got on v4. But the most significant
> change is probably that the patches have been reordered.
> 
> Best regards,
> Tage
> 
> 
> Tage Johansson (12):
>   rust: create basic Rust bindings
>   rust: Add a couple of integration tests
>   rust: Make it possible to run tests with Valgrind
>   rust: Add some examples
>   generator: Add information about asynchronous handle calls
>   generator: Add information about the lifetime of closures
>   rust: Use more specific closure traits
>   rust: async: Create an async friendly handle type
>   generator: Add `modifies_fd` flag to the [call] structure
>   rust: async: Use the modifies_fd flag to exclude calls
>   rust: async: Add a couple of integration tests
>   rust: async: Add an example
> 
>  .gitignore                                    |  10 +
>  .ocamlformat                                  |   4 +
>  Makefile.am                                   |   2 +
>  configure.ac                                  |  30 +
>  generator/API.ml                              |  84 ++
...
>  rust/tests/test_log/mod.rs                    |  86 ++
>  rustfmt.toml                                  |  19 +
>  scripts/git.orderfile                         |  12 +
>  68 files changed, 4851 insertions(+)

None of these touched top-level README.md, which should now list cargo
and any other new optional build dependencies that must be installed
for enabling Rust bindings.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization:  qemu.org | libguestfs.org
_______________________________________________
Libguestfs mailing list
Libguestfs@redhat.com
https://listman.redhat.com/mailman/listinfo/libguestfs

Reply via email to