-
-
Notifications
You must be signed in to change notification settings - Fork 77
-
I am trying to parse Minecraft game metadata: advancements, loot tables, enchantments and more. They are defined as JSON files. But there schema changes between versions.
serde doesnt really come with builtin features required to provide versionied structs that autoconvert. There are some derive crates that add it.
In my mind, facet should come with better support, since it allows for runtime reflection IIRC. Is there already a plan/support for versioned structs/enums? If not, would there be any methods/functioanlity that might help me realize this?
Thanks for this great library and a new fresh approach you brought with it!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment