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.