hyperlane_config 23.0.13

Hyperlane configuration module providing comprehensive configuration management capabilities for the framework.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Hyperlane config
//!
//! Configuration layer containing application-level and framework-level constants for logging, caching, and static assets.

#![recursion_limit = "1024"]

pub mod application;
pub mod framework;

use hyperlane_utils::log::*;