You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
albertsgarde
added
Ops
Includes CI/CD, internal documentation, and tests
Rust
Mainly requires, or requires non-trivial Rust code
labels
Oct 1, 2023
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.
The text was updated successfully, but these errors were encountered: