core/
lib.rs

1//! `core`:halo 的基础能力(配置加载、ServiceConf 等)。
2
3pub mod conf;
4pub mod service;