puniyu_config 0.8.11

puniyu 配置管理库,统一应用、Bot、群聊与好友配置读取与热重载
Documentation
1
2
3
pub(crate) trait MergeWith: Sized {
	fn merge_with(&self, global: &Self) -> Self;
}