tiesselune / reindeer-rs

A thin entity layer around Sled using Bincode for serialization
MIT License
12 stars 2 forks source link

WIP : Entity derive macro #11

Closed tiesselune closed 1 year ago

tiesselune commented 1 year ago

This PR addresses the first part of #10 .

It implements a derive macro for simply deriving trait Entity.

Brefore this PR can be merged, this still needs to be done: