Sometimes, every config parser that is popular enough to be considered trusted is just chock full of features that you don't need and increases both your build time and binary size, without bringing much value beyond doing the config parsing you could've written yourself in a few minutes.
Sometimes, what you want is just a simple key=value config parser.
A little re-inventing the wheel is better than a little dependency.
Sometimes, what you want is just a simple key=value config parser.
A little re-inventing the wheel is better than a little dependency.