Module nbd::client

source ·
Expand description

Items for implementing NBD client.

Turn Read+Write into a Read+Write+Seek using a standard protocol.

Re-exports§

Structs§

  • Represents NBD client. Use Read,Write and Seek trait methods, but make sure those are block-aligned

Traits§

  • Additional operations (apart from reading and writing) supported by NBD extensions Not tested yet.

Functions§

  • Negotiate with a server, use before creating the actual client