Module config

Source
Expand description

SubX 配置管理模組 Backlog #03: 配置管理系統實作

Modules§

cache
Configuration cache manager module.
manager
Configuration manager core module.
partial
Partial configuration structures and merging logic.
source
Configuration sources for loading partial configuration.
validator
Configuration validators for unified configuration management.

Structs§

AIConfig
AI 相關配置
Config
應用程式配置
FormatsConfig
字幕格式相關配置
GeneralConfig
一般配置
ParallelConfig
並行處理相關配置
SyncConfig
音訊同步相關配置

Enums§

OverflowStrategy
Strategy to apply when the parallel task queue is full.

Functions§

init_config_manager
初始化全域配置管理器
load_config
載入應用程式配置(替代 Config::load())