| Crates.io | agp-gw |
| lib.rs | agp-gw |
| version | 0.3.15 |
| created_at | 2025-02-11 13:03:18.500426+00 |
| updated_at | 2025-05-14 13:01:11.090751+00 |
| description | The main gateway executable. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1551390 |
| size | 113,104 |
This module provides the core functionalities for the gateway. It includes various components for handling arguments, build information, configuration, and runtime operations.
args.rsThis file contains the logic for parsing and handling command-line arguments.
build_info.rsThis file provides build information such as version, profile, and git SHA.
config.rsThis file contains the configuration structures and logic for the gateway.
lib.rsThis file contains the main entry point for the gateway module.
runtime.rsThis 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"