A crate for safe and ergonomic pin-projection.
# Cargo.toml
[dependencies]
pin-project = "1.1.13"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use pin_project attribute to safely project pinned fields.
Ensure the field type is Unpin or use #[pin] only when necessary.
No dependency data recorded yet.