kegani-cli 0.1.4

CLI tool for Kegani framework
Documentation
1
2
3
4
5
6
7
8
//! Route aggregation module
//!
//! All routes are registered here via `App::configure()`.

pub mod health;

// Re-export health scope for use in main.rs
pub use health::health_scope;