brickadia / brs

Read and write Brickadia saves.
8 stars 2 forks source link

Implement Serializable WriteData #1

Open Suficio opened 4 years ago

Suficio commented 4 years ago

Allow serialising WriteData, which is useful...

qoh commented 4 years ago

This should probably be behind an optional serde feature, so that consumers who do not need this don't have to pull in serde, serde_derive, and the whole proc macro kit it depends on.