Skip to content

Reduce futures-util #238

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

Merged
merged 5 commits into from
Jun 1, 2025
Merged

Conversation

paolobarbolini
Copy link
Contributor

@paolobarbolini paolobarbolini commented Jun 1, 2025

This PR, together with sfackler/rust-postgres#1243, reduces diesel-async's reliance on futures-util to only the core set of APIs from futures-rs. This speeds up compilation and also makes it clearer which imports are from futures-util and which are from futures-core.

Copy link
Owner

@weiznich weiznich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting. Looks good for me ❤️

@weiznich weiznich merged commit 0fe9352 into weiznich:main Jun 1, 2025
23 checks passed
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

Successfully merging this pull request may close these issues.

2 participants