Closed a-bakos closed 1 year ago
In order to not have to define the same data structures twice, for the backend and for the frontend, consider introducing a gazebo-core-common library crate.
Eg. GB_Post, EntryStatus, GB_User are used in both BE and FE.
Name idea: gazebo-core-common cargo.toml key: gazebo-common
gazebo-core-common
gazebo-common
In order to not have to define the same data structures twice, for the backend and for the frontend, consider introducing a gazebo-core-common library crate.
Eg. GB_Post, EntryStatus, GB_User are used in both BE and FE.