|
|
|
|
|
by samus
962 days ago
|
|
If it doesn't ship with the default distribution of the language, then there's the risk that multiple mutually incompatible libraries emerge or that the adoption by the ecosystem is spotty. Best example: the async runtime mess in the Rust ecosystem. |
|
In addition, multiple versions of transitive dependencies can coexist in Rust without conflicting with each other, there is no such risk.