TacticalMetaphysics / LiSE

Rules-based engine for life sims, with time travel
GNU Affero General Public License v3.0
116 stars 9 forks source link

Use custom LiSE_ormsgpack library if available #121

Closed clayote closed 9 months ago

clayote commented 9 months ago

I haven't decided quite how to package LiSE to best make use of the Rust serializer, which ought to be an optional dependency. But, in the meantime, if you happen to have it installed, LiSE will use it.

This PR also removes some cruft from the deserializer and adds some tests.