I was looking at adding recipes to libcraft #429 , but noticed that Item and ItemStack are in feather, under the generated folder.
Any reason why we should not move all the generated code from feather to libcraft?
Description of change.
Move feather/feather/generated/* into feather/libcraft/generated
And make the generated structs repr-c such that we can use them in quill.
I was looking at adding recipes to libcraft #429 , but noticed that Item and ItemStack are in feather, under the generated folder.
Any reason why we should not move all the generated code from feather to libcraft?
Description of change.
Move feather/feather/generated/* into feather/libcraft/generated
And make the generated structs repr-c such that we can use them in quill.