this post was submitted on 28 Oct 2023
54 points (92.2% liked)

Rust

5658 readers
24 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

To me, the two major problems are:

  1. no namespaces

Someone uploads "serde2"? that's blocked forever. Someone uploads a typo version of a popular package? Too bad for you, learn how to type.

  1. the github connection

If you want to contribute to crates.io you're bound to github. No gitlab, codeberg, gitee, sourcehut, etc.

Not sure if there are any other problems, but those two seem like the biggest things and #1 is AFAIK not something they ever want to change + it would be difficult to as one would need a migration strategy.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 10 months ago* (last edited 10 months ago) (3 children)

there's https://lib.rs/, never actually used it myself, but it calls itself an alternative to crates.io

[–] [email protected] 7 points 10 months ago (1 children)

That’s just for the web-based UI, not the database behind it.

[–] [email protected] 1 points 10 months ago

ah ok, so i'm assuming it doesn't fix either of the issues listed then. thanks.

load more comments (1 replies)