d-e-s-o / cargo-http-registry

A cargo registry allowing for quick publishing of crates when using crates.io is just not desired.
GNU General Public License v3.0
19 stars 7 forks source link

Consider supporting yank #43

Open mcwoodring opened 8 months ago

mcwoodring commented 8 months ago

This project is super helpful for, among other things, safely learning/demonstrating how to publish crates - thank you.

If it supported yank in addition to publish, the complete lifecycle could be safely experimented with/demonstrated. Any plans to support that? If not, I'm happy to take a run at it you have any suggestions for how you'd approach it.

d-e-s-o commented 8 months ago

Makes sense. I have no plans for such support, but happy to accept pull requests. I think the reference is https://doc.rust-lang.org/cargo/reference/registry-web-api.html#yank. If you decide to work on it, please make sure to include tests and stick to the existing coding style.