|
|
|
|
|
by dthul
2142 days ago
|
|
I don't know Maven much so please correct me if I'm wrong, but I believe there is a substantial difference: In Maven anybody could publish a package that starts with "com.google". The namespacing proposals I have seen for crates.io assume that namespaces are exclusive to a single entitity though. So once someone that is not Google reserves the "google" namespace, Google itself would not be able to publish crates under that namespace anymore. |
|
So you could easily publish a package using the com.google namespace on your blog or whatever, but not on Maven Central.