I’m looking to publish my first Rust package on crates. To get this right there’s quite a lot of work I need to go through to setup github actions, tokens and publishing, ensuring all documentation is correctly squared away so I know how it will render on crates.io.
When I went through a similar experience in PyPi, the instructions helpfully lead to publishing on https://test.pypi.org/ first. This let me fully publish a partially complete package in a safe sandbox. Sure it’s bublicly visible, but packages there can be short lived and delted rapidly without causing confusion.
Is there a way to fully test a crates.io publishing pipeline and see the result without actually making the package available on crates.io itself?