Module strymon_communication::fetch [] [src]

Utilities for sending files over the network.

Currently implements a primitive server which copies the raw file contents to any client which connects to the socket.

Structs

Handle

Handle for the file server. Closes the server when dropped.