Packaging processes

The current packaging process in the Rust team is focused on crates published on crates.io, one at a time. See Single crate process.

For projects not published on crates.io, and/or projects organized as a workspace with a lot of internal crates not for outside use, it's probably better to consult the Workspace process.

Whichever process is chosen, you will meet problems. Read Fix problems for some common problems and their solutions.