Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show error when neither tokio nor async-std are enabled
Shows a compiler warning when neither tokio nor async-std are enabled. When both features are disabled, the project fails to compile, as the symbols cannot be resolved.
- Loading branch information