taiki-e / pin-project-lite

A lightweight version of pin-project written with declarative macros.
https://docs.rs/pin-project-lite
Apache License 2.0
216 stars 15 forks source link

Support !Unpin option #75

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

Provide an equivalent to pin-project's !Unpin option.

See https://github.com/tokio-rs/tokio/issues/5901 for the context.

matheus-consoli commented 1 year ago

Hi! I would like to take a look at this!