Crate dscfg_server

Source

Modules§

json
Reexport for serde_json

Structs§

DiscardLogs
This struct can be used in place of logger to discard all logs.
ServerParams
Parameters the server needs to run

Enums§

HandlingError
Error that might occur when attempting to accept a connection.
SyncOpResult
Error that might occur when accessing Store synchronized with mutex.

Traits§

IsFatalError
A trait for errors to tell whether they are fatal.
Storage
Specification of interface for accessing configuration.

Functions§

custom
Creates a server with custom client stream.
serve
Creates default dscfg server.