We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd42c9b commit a312e58Copy full SHA for a312e58
1 file changed
README.md
@@ -2,6 +2,9 @@
2
3
Safe pinned-initialization in Rust.
4
5
+This crate is one of the earlier prototypes of the new `pin-init` crate maintained by Rust-for-Linux project.
6
+Please use https://github.com/Rust-for-Linux/pin-init/ instead.
7
+
8
## The problem
9
10
Rust's `Pin` provides sufficient guarantee for C interop and self-referential
0 commit comments