Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can compact feature of futures in Rust impl be removed? #622

Open
GG2002 opened this issue Oct 5, 2024 · 0 comments
Open

Can compact feature of futures in Rust impl be removed? #622

GG2002 opened this issue Oct 5, 2024 · 0 comments

Comments

@GG2002
Copy link

GG2002 commented Oct 5, 2024

The compat feature of futures is used by futures v0.3 to interact with futures v0.1. I haven't found a place in the current Rust implementation where this feature is needed (or maybe I didn't read it carefully enough, and I'm worried about it). Does this mean that the compat feature can be removed?

Actually, I am trying to build a client for [NebulaGraph](https://github.com/vesoft-inc/nebula) that uses the Thrift protocol. I hope my dependencies can be reduced. If the compat feature is removed, I won't have to rely on futures v0.1 anymore:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant