[][src]Module nbd::client

Items for implementing NBD client.

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

Re-exports

pub use super::Export;

Structs

NbdClient

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

Traits

NbdExt

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

Functions

handshake

Negotiate with a server, use before creating the actual client