Skip to content

diva-rust-modding/serde_divatree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serde_divatree

A =serde= library for reading SEGA-flavored, specifically Project DIVA, Java/Canonical Properties.

Format

SEGA’s format seems to be loosely based on Jackson’s version of properties with the following differences:

  • Array indices start from 0 instead of 1.
  • Hardcoded key-value seperator to ===.
  • No support for multiline key-value pairs. e.g.
    fruits =                         apple, banana, pear, \
                                     cantaloupe, watermelon, \
                                     kiwi, mango
        

About

A serde implementation of SEGA's proprietary textual format used in Project DIVA games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •