Re: [Libguestfs] [libnbd PATCH v4 11/11] rust: Add some examples

2023-08-03 Thread Tage Johansson
On 8/2/2023 6:53 PM, Richard W.M. Jones wrote: On Wed, Aug 02, 2023 at 12:40:56PM +, Tage Johansson wrote: This patch adds a few examples in rust/examples/. The examples are compiled and run as part of the test suite. --- rust/Makefile.am | 3 + rust/examples/conc

Re: [Libguestfs] [libnbd PATCH v4 11/11] rust: Add some examples

2023-08-02 Thread Richard W.M. Jones
On Wed, Aug 02, 2023 at 12:40:56PM +, Tage Johansson wrote: > This patch adds a few examples in rust/examples/. The examples are > compiled and run as part of the test suite. > --- > rust/Makefile.am | 3 + > rust/examples/concurrent-read-write.rs | 135

[Libguestfs] [libnbd PATCH v4 11/11] rust: Add some examples

2023-08-02 Thread Tage Johansson
This patch adds a few examples in rust/examples/. The examples are compiled and run as part of the test suite. --- rust/Makefile.am | 3 + rust/examples/concurrent-read-write.rs | 135 + rust/examples/connect-command.rs | 39 +++ rust/exam