6 ms·
In Rust projects where you want to be developing multiple highly related modules in tandem with each other, it can be helpful to just use a single repository an
by beefsack 6y ago
In Rust projects where you want to be developing multiple highly related modules in tandem with each other, it can be helpful to just use a single repository and a Cargo workspace[1].
You can still build and publish them individually, but it can make development and testing much simpler.
[1]: https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html