configparser-rs
configparser-rs copied to clipboard
feat: support String comment symbols
I have a non-standard .ini file that uses // as comment symbols, but this crate could only accept char symbols to split. So I implemented the String comment symbols without breaking the code being used.
(I recognize that this is a rare occasion)
Hello, Could you please run the CI workflow (and review this PR)? Thank you!
This is a breaking change, I'm not strongly inclined to merge this in without other people who might be interested in this too.
Closing for now.