|
|
|
|
|
by roca
2545 days ago
|
|
There are no real advantages to putting Tokio in the standard library. Cargo makes it trivial to manage the dependency. There are some real disadvantages to putting Tokio in the standard library, for example tying Tokio releases to the standard library release cycle and making it difficult/impossible for people to use non-latest versions of Tokio. |
|