]> git.seodisparate.com - LudumDare45_StartWithNothing/commit
save/restore: Impl. tests for de/serialize
authorStephen Seo <seo.disparate@gmail.com>
Thu, 15 Feb 2024 06:11:59 +0000 (15:11 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 15 Feb 2024 06:11:59 +0000 (15:11 +0900)
commite18f3acada7a0d2d89a2f3656511d600cdcd2774
treef9bf1a7f93e9a6b6045a6a5076244e280a9ed950
parent63730b90bd688b292bbd1ee50c42129ca4426d25
save/restore: Impl. tests for de/serialize

Added impl. of Default trait for Planet.

Added some derive traits (Debug and PartialEq) to some structs so that
they can be checked in the unit tests.

TODO:
    Actual saving/loading behavior.
src/faux_quicksilver.rs
src/original_impl.rs