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

docs: Add FAQ section? #353

Open
taiki-e opened this issue Apr 28, 2023 · 1 comment
Open

docs: Add FAQ section? #353

taiki-e opened this issue Apr 28, 2023 · 1 comment
Labels
C-documentation Category: related to documentation.

Comments

@taiki-e
Copy link
Owner

taiki-e commented Apr 28, 2023

It might be nice with a section mentioning the often overlooked standard library APIs such as Option::as_pin_mut (e.g., https://twitter.com/fasterthanlime/status/1377229099622662146, hyperium/tonic#1377, tower-rs/tower#316 (comment)), Pin::as_mut (e.g., #345), Pin::set (e.g., https://rust-lang.zulipchat.com/#narrow/stream/136281-t-opsem/topic/.60Pin.60.20used.20for.20encapsulation/near/300322988, tower-rs/tower#323 (comment)), etc., and cases like #226.

Related discussion: #89 (comment)

@taiki-e taiki-e added the C-documentation Category: related to documentation. label Apr 28, 2023
@taiki-e
Copy link
Owner Author

taiki-e commented Oct 15, 2024

Q. Do I require to learn about obscure concepts like structural pinning when using this crate?

A. No, pin-project is intended to be safe to use without understand structural pinning.

https://x.com/_taiki_e/status/1846184768683364790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-documentation Category: related to documentation.
Projects
None yet
Development

No branches or pull requests

1 participant