Should probably be a data crate, a python crate and a server crate.
This would allow all the heavy crates needed by the python and server parts to only be included in those parts, and can speed up incremental compilation.
See here for the official guide on how to set this up.
Should probably be a
data
crate, apython
crate and aserver
crate. This would allow all the heavy crates needed by the python and server parts to only be included in those parts, and can speed up incremental compilation.See here for the official guide on how to set this up.