obmarg / graphql-ws-client

A GraphQL over Websockets implementation for Rust
Apache License 2.0
39 stars 15 forks source link

chore: use futures-lite over futures where possible #107

Closed obmarg closed 5 months ago

obmarg commented 5 months ago

futures-lite & async-channels compile a lot faster than futures, so this PR updates graphql-ws-client to use them where possible. Doesn't make a ton of difference to the overall compile time in the end, but I'm considering keeping it anyway.