gglib_core/contracts/
mod.rs

1//! Transport contract constants.
2//!
3//! This module contains string constants for API routes and command names
4//! shared across adapters (Axum, Tauri). Keep these string-only with no
5//! framework-specific types to avoid dependency creep.
6
7pub mod http;