this post was submitted on 28 Oct 2023
51 points (93.2% liked)
Rust
5953 readers
10 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Eh, they could change #1 if they allow current non-namespaced packages but don't allow new ones. That's a pretty lazy migration strategy, but they could take it a step further and allow aliases (e.g.
serde
can benamespace/serde
, and that's set on theserde
package).But the bigger issue is that the devs don't want to support namespaces.
#2 is the stronger argument imo. A package manager should not rely on a single external source.