See what features can be removed from tokio #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the tokio dependency in master crate is set to use all features of tokio for the sake of early experimentation. It needs to be narrowed down to the bare minimum feature set possible.
Switched to smol libraries instead.