Open
Description
Follow up to: #1 (comment).
We should bring ecosystem libraries related to pinning into the Rust stdlib / language. Generally there are two categories of libraries to replace:
-
pin-utils
for stack pinning (Provided bycore::pin::pin!
) -
pin-project
for pin projections.
References
Metadata
Metadata
Assignees
Labels
No labels