savefile icon indicating copy to clipboard operation
savefile copied to clipboard

An easy to use library to save arbitrary rust data-structures to disk (or serialize to any other stream)

Results 2 savefile issues
Sort by recently updated
recently updated
newest added

Savefile uses a whole lot of attributes right now, all with the prefix 'savefile_' in their names. It would probably be better if instead the attribute was called 'savefile', and...

Savefile does not presently support recursive data-structures. To be precise, the problem is with the schema-function. The schema-function tries to provide a simple tree which describes the data format. However,...