A =serde= library for reading SEGA-flavored, specifically Project DIVA, Java/Canonical Properties.
SEGA’s format seems to be loosely based on Jackson’s version of properties with the following differences:
- Array indices start from
0
instead of1
. - Hardcoded key-value seperator to ===.
- No support for multiline key-value pairs. e.g.
fruits = apple, banana, pear, \ cantaloupe, watermelon, \ kiwi, mango