nbd 0.1.1

Rust library for NBD (network block device) servers. Maybe clients, someday later...
Documentation

rust-nbd

Network block device protocol implementation in Rust. For now, only server, only one export and not all features.

Accepts a Read+Write+Seek as a data to be exposed.

This library is IO-agnostic, but async is not supported.

See the example.

This is an early version.