implemented logic to ignore both line and inline comments within toml

file
This commit is contained in:
2025-01-21 23:18:54 +01:00
parent d607f82440
commit 9a3756f552
2 changed files with 42 additions and 2 deletions
@@ -6,4 +6,5 @@ pub use common::{
ConfigElement,
ConfigMap,
parse_config_file,
remove_inline_comment,
};