Crate mfio_netfs

Source
Expand description

§mfio-netfs

§Network filesystem sample for mfio

This crate is currently just an example showing how a relatively simple filesystem proxy could be implemented using mfio’s TCP streams.

Please do not use this in production, because the library does close to no error checking, so data corruption is likely to happen.

Structs§

FileWrapper
IoWrapper
MetadataFuture
MetadataOp
NetworkFs
NetworkFsDir
OpFuture
OpOp
OpenDirFuture
OpenDirOp
OpenFileFuture
OpenFileOp
PathFuture
PathOp
ReadDir
ReadDirFuture
ReadDirOp

Traits§

IoAt

Functions§

server
server_bind
single_client_server