Expand description
Cdk mintd lib
Modules§
Functions§
- get_
work_ directory - Retrieves the work directory based on command-line arguments, environment variables, or system defaults.
- load_
settings - Loads the application settings based on a configuration file and environment variables.
- run_
mintd - The main entry point for the application when used as a library
- run_
mintd_ with_ shutdown - Run mintd with a custom shutdown signal
- setup_
tracing - Sets up and initializes a tracing subscriber with custom log filtering. Logs can be configured to output to stdout only, file only, or both. Returns a guard that must be kept alive and properly dropped on shutdown.