|
|
|
|
|
by neonsunset
962 days ago
|
|
There is no async runtime mess. Tokio is the preferred one, and given Rust's goals it is difficult to do it better (pluggable async executors and the degree of flexibility such abstraction offers - running both on big servers and bare cooperative multi-tasking on microcontrollers). In addition, multiple versions of transitive dependencies can coexist in Rust without conflicting with each other, there is no such risk. |
|