configparser-rs icon indicating copy to clipboard operation
configparser-rs copied to clipboard

feat: support String comment symbols

Open lxl66566 opened this issue 2 years ago • 2 comments

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)

lxl66566 avatar Dec 17 '23 08:12 lxl66566

Hello, Could you please run the CI workflow (and review this PR)? Thank you!

lxl66566 avatar Jan 04 '24 05:01 lxl66566

This is a breaking change, I'm not strongly inclined to merge this in without other people who might be interested in this too.

QEDK avatar Mar 07 '24 19:03 QEDK

Closing for now.

QEDK avatar Jun 13 '24 19:06 QEDK