Module pueue_lib::network[][src]

Expand description

Everything you need to communicate with either the daemon or the client.

Modules

certificate

Used by the daemon to initialize the TLS certificats.

message

This contains the main Message enum and all its structs used to communicate with the daemon or client.

protocol

This is a higher-level abstraction layer used for simple communication This is probably the most interesting part for you.

secret

Functions to write and read the secret to/from a file.