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

Document "Limitations" and "Workarounds". #50

Open taiki-e opened 3 years ago

taiki-e commented 3 years ago

pin-project-lite has some limitations and workarounds that are only described in the issue or code. It would be nice if we could provide them as part of the documentation.

Issues:

Code comments:

https://github.com/taiki-e/pin-project-lite/blob/416be96f7777862c68b567c92a91887f69a8c2b3/src/lib.rs#L401-L408

https://github.com/taiki-e/pin-project-lite/blob/6f7a40dbcc971d5e94d8fb81592c6fab66d898a4/tests/test.rs#L577-L584