Crate cvx_server

Source
Expand description

cvx-server โ€” ChronosVector server binary.

Entry point responsible for:

  • Configuration loading from file or environment
  • Dependency injection and service wiring
  • Tokio runtime bootstrap
  • Graceful shutdown on SIGTERM/SIGINT

Functionsยง

load_config ๐Ÿ”’
Load configuration from file or environment, with defaults.
main ๐Ÿ”’
shutdown_signal ๐Ÿ”’