]> www.infradead.org Git - users/hch/misc.git/commitdiff
rust: pin-init: README: add information banner on the rename to `pin-init`
authorBenno Lossin <lossin@kernel.org>
Tue, 19 Aug 2025 07:22:00 +0000 (09:22 +0200)
committerBenno Lossin <lossin@kernel.org>
Thu, 11 Sep 2025 21:26:03 +0000 (23:26 +0200)
Signed-off-by: Benno Lossin <lossin@kernel.org>
rust/pin-init/README.md

index a4c01a8d78b2f804f408091c572bd1967a8aba59..723e275445d46a56a99669b6d296795ceb0a1543 100644 (file)
@@ -6,6 +6,18 @@
 ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Rust-for-Linux/pin-init/test.yml)
 # `pin-init`
 
+> [!NOTE]
+> 
+> This crate was originally named [`pinned-init`], but the migration to
+> `pin-init` is not yet complete. The `legcay` branch contains the current
+> version of the `pinned-init` crate & the `main` branch already incorporates
+> the rename to `pin-init`.
+>
+> There are still some changes needed on the kernel side before the migration
+> can be completed.
+
+[`pinned-init`]: https://crates.io/crates/pinned-init
+
 <!-- cargo-rdme start -->
 
 Library to safely and fallibly initialize pinned `struct`s using in-place constructors.