Rust module vs crate for multi-part project
I have a project that consists of a number of logical units (a dozen or more). I don't think there's much benefit to publishing them individually. I don't need to version the packages individually (and don't want to do it manually). I don't want all...
Mar 10, 2018M