Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 396 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 396 Bytes

ui_representation

This project solves a very specific problem I had while developing an app of mine, namely, how do I represent dynamic data on the frontend, with premade structs from the backend. This project is the solution. It creates proc-macros that creates methods to the derived struct with metadata about how to visualize the data, as well as a system for how to dynamically modify it.