We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Option::as_pin_mut
Pin::as_mut
Pin::set
Related discussion: #89 (comment)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: