The Wayback Machine - http://web.archive.org/web/20220221183151/https://github.com/topics/configparser
Skip to content
#

configparser

Here are 68 public repositories matching this topic...

QEDK
QEDK commented Feb 9, 2021

Similar to configparser in Python, we should have an option to append sections using a direct hashmap and string.

  • append(Some(sectionname), HashMap to append) - If None, we append the section as-is (validate that it's a two-level hashmap), if Some(...), we create a hashmap with that section and add the entire section (need an error-check to ensure it's a flat hashmap).
  • `append_str(...)

Improve this page

Add a description, image, and links to the configparser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the configparser topic, visit your repo's landing page and select "manage topics."

Learn more