#executable #module #agp-gw

bin+lib agp-gw

The main gateway executable

16 releases

Uses new Rust 2024

new 0.3.12 Apr 24, 2025
0.3.11 Apr 8, 2025
0.3.10 Mar 19, 2025
0.3.3 Feb 28, 2025
0.1.0 Feb 11, 2025

#427 in Configuration

Download history 54/week @ 2025-02-05 311/week @ 2025-02-12 207/week @ 2025-02-19 180/week @ 2025-02-26 91/week @ 2025-03-05 412/week @ 2025-03-12 429/week @ 2025-03-19 17/week @ 2025-03-26 77/week @ 2025-04-02 76/week @ 2025-04-09 10/week @ 2025-04-16

214 downloads per month

Apache-2.0

31KB
426 lines

Gateway Module

This module provides the core functionalities for the gateway. It includes various components for handling arguments, build information, configuration, and runtime operations.

Files

args.rs

This file contains the logic for parsing and handling command-line arguments.

build_info.rs

This file provides build information such as version, profile, and git SHA.

config.rs

This file contains the configuration structures and logic for the gateway.

lib.rs

This file contains the main entry point for the gateway module.

runtime.rs

This file defines the runtime operations and logic for the gateway.

Usage

To use this module, include it in your Cargo.toml:

[dependencies]
gateway = "0.1.0"

Dependencies

~98MB
~2.5M SLoC