Crate cdk_mintd

Crate cdk_mintd 

Source
Expand description

Cdk mintd lib

Modules§

cli
config
env_vars
Environment variables module
setup

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.