Displaying 1 result from an estimated 1 matches for "49f98edd".
Did you mean:
19598edd
2023 Aug 22
1
[libnbd PATCH v8 04/10] rust: Make it possible to run examples with a URI
On Sun, Aug 20, 2023 at 02:16:23PM +0000, Tage Johansson wrote:
> Previously, the examples fetch-first-sector and get-size in
> rust/examples only accepted a unix socket as argument. This commit makes
> it possible to provide a URI as well.
> ---
> rust/examples/fetch-first-sector.rs | 15 +++++++++++----
> rust/examples/get-size.rs | 20 +++++++++++++++-----
> 2