Skip to main content

Module common

Module common 

Source
Expand description

Behavioural helpers used by both binaries: config loader, error type, log-init helper. log_ops is bi-binary; both manta-cli and manta-server configure(...) the tracing subscriber on startup.

Modules§

config
Config-file loaders for cli.toml and server.toml.
error
Structured error type returned by manta-shared’s pure helpers.
log_ops
Tracing-subscriber initialisation shared by both binaries.

Constants§

DATETIME_FORMAT
Date-time format string used for displaying timestamps throughout the application (e.g. “04/03/2026 14:30:00”).