A lightweight version of pin-project written with declarative macros.
# Cargo.toml
[dependencies]
pin-project-lite = "0.2.17"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a pinned struct with safe pin projections using the pin_project macro.
Always use #[pin] attribute on fields that should be pinned; avoid manual unsafe pin projections
No dependency data recorded yet.