Crate mumlib

Source
Expand description

Shared items for crates that want to communicate with mumd and/or mumctl.

Re-exports§

pub use error::Error;

Modules§

command
Commands can be sent from a controller to mumd which might respond with a CommandResponse.
config
Representations of the mumdrc configuration file.
error
state

Constants§

DEFAULT_PORT
The default mumble port.
SOCKET_PATH
The default file path to use for the socket.

Functions§

setup_logger
Setup a minimal fern logger.