This module provides the core functionalities for the gateway. It includes various components for handling arguments, build information, configuration, and runtime operations.
This file contains the logic for parsing and handling command-line arguments.
This file provides build information such as version, profile, and git SHA.
This file contains the configuration structures and logic for the gateway.
This file contains the main entry point for the gateway module.
This file defines the runtime operations and logic for the gateway.
To use this module, include it in your Cargo.toml
:
[dependencies]
gateway = "0.1.0"