Functionsยง
- Connect to a server at the specified address.
- Convert a
Vec<u8>
to aPixelData
struct. - Process a
FragmentTask
by generating a fractal image and saving it to the filesystem. - Receive a
FragmentTask
from the server. - Save a fractal image to the filesystem.
- send_
fragment_ ๐result Send aFragmentResult
to the server after generating a fractal image. - Send a request to the server.