Re: [Libguestfs] [libnbd PATCH v9 6/7] rust: async: Add an example

2023-09-05 Thread Eric Blake
On Mon, Sep 04, 2023 at 04:56:07PM +, Tage Johansson wrote: > > On 9/1/2023 10:41 PM, Eric Blake wrote: > > On Sat, Aug 26, 2023 at 11:29:59AM +, Tage Johansson wrote: > > > This patch adds an example using the asynchronous Rust bindings. > > > --- > > > rust/Cargo.toml

Re: [Libguestfs] [libnbd PATCH v9 6/7] rust: async: Add an example

2023-09-04 Thread Tage Johansson
On 9/1/2023 10:41 PM, Eric Blake wrote: On Sat, Aug 26, 2023 at 11:29:59AM +, Tage Johansson wrote: This patch adds an example using the asynchronous Rust bindings. --- rust/Cargo.toml| 1 + rust/examples/concurrent-read-write.rs | 149

Re: [Libguestfs] [libnbd PATCH v9 6/7] rust: async: Add an example

2023-09-01 Thread Eric Blake
On Sat, Aug 26, 2023 at 11:29:59AM +, Tage Johansson wrote: > This patch adds an example using the asynchronous Rust bindings. > --- > rust/Cargo.toml| 1 + > rust/examples/concurrent-read-write.rs | 149 + > rust/run-tests.sh.in

[Libguestfs] [libnbd PATCH v9 6/7] rust: async: Add an example

2023-08-26 Thread Tage Johansson
This patch adds an example using the asynchronous Rust bindings. --- rust/Cargo.toml| 1 + rust/examples/concurrent-read-write.rs | 149 + rust/run-tests.sh.in | 2 + 3 files changed, 152 insertions(+) create mode 100644