quick save

This commit is contained in:
2025-01-18 22:27:33 +01:00
parent 1abb470dd6
commit 281ca56741
6 changed files with 145 additions and 104 deletions
@@ -2,4 +2,8 @@
pub mod common;
pub mod format;
pub use common::parse_config_file;
pub use common::{
ConfigElement,
ConfigMap,
parse_config_file,
};