-
Notifications
You must be signed in to change notification settings - Fork 647
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
Replace pin-project with pin-project-lite #2170
Comments
|
Looks like the first step is done :) |
Yeah. Also, I filed taiki-e/pin-project-lite#25 to start evaluating the second step. |
taiki-e/pin-project-lite#28 adds enum support to pin-project-lite. I'm wondering what syntax is preferable, so I would appreciate any feedback. |
I've released pin-project-lite 0.2 with support for enum. We can probably start this partially. |
This issue seems mentioned in some projects, which already depend on proc-macros.
|
NOTE(taiki-e): It's recommended to see #2170 (comment), if you are considering to do the same as this.
Almost any program doing async I/O uses
futures-utils
, which pulls insyn
andquote
dependencies, causing compilation times to be much higher than is needed.We should consider replacing
pin-project
withpin-project-line
, which is not using proc macros.cc @taiki-e
The text was updated successfully, but these errors were encountered: