apartresearch / deepdecipher

🦠 DeepDecipher: An open source API to MLP neurons
https://apartresearch.com
MIT License
9 stars 0 forks source link

Split Rust code into a Cargo workspace with multiple crates #118

Open albertsgarde opened 1 year ago

albertsgarde commented 1 year ago

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.