rust-ini icon indicating copy to clipboard operation
rust-ini copied to clipboard

Add an option to return error when value is missing

Open WindSoilder opened this issue 2 years ago • 2 comments

Fixes: #106

To implement the feature, I think it'd be great to have an option to control the behavior(Just like python's config parser's allow_no_value option)

WindSoilder avatar Jun 13 '23 09:06 WindSoilder

How about

[Section]
Key=

zonyitoo avatar Jun 14 '23 12:06 zonyitoo