denoland / denoland/fastwebsockets
Support futures / async-std traits
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
By supporting the traits from `futures`, library users who use async-std (and a few other runtimes that use traits from `futures`) wouldn't need to pull in Tokio's competing set of async traits. Constantly creating compatibility layers between the Tokio traits and the `futures` traits becomes tedious after a while.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by tracing the library's current Tokio trait integration and dependency setup; done means users of async-std and other futures-based runtimes can use the library without Tokio trait compatibility layers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100