We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2fb453 + 3cf4658 commit 9cc02fbCopy full SHA for 9cc02fb
README.md
@@ -6,6 +6,18 @@
6

7
# `pin-init`
8
9
+> [!NOTE]
10
+>
11
+> This crate was originally named [`pinned-init`], but the migration to
12
+> `pin-init` is not yet complete. The `legcay` branch contains the current
13
+> version of the `pinned-init` crate & the `main` branch already incorporates
14
+> the rename to `pin-init`.
15
16
+> There are still some changes needed on the kernel side before the migration
17
+> can be completed.
18
+
19
+[`pinned-init`]: https://crates.io/crates/pinned-init
20
21
<!-- cargo-rdme start -->
22
23
Library to safely and fallibly initialize pinned `struct`s using in-place constructors.
0 commit comments