From 62a9c709612c1cf0d5684022499f34c56c99b662 Mon Sep 17 00:00:00 2001 From: Benno Lossin Date: Tue, 19 Aug 2025 09:22:00 +0200 Subject: [PATCH] rust: pin-init: README: add information banner on the rename to `pin-init` Signed-off-by: Benno Lossin --- rust/pin-init/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rust/pin-init/README.md b/rust/pin-init/README.md index a4c01a8d78b2f..723e275445d46 100644 --- a/rust/pin-init/README.md +++ b/rust/pin-init/README.md @@ -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 + Library to safely and fallibly initialize pinned `struct`s using in-place constructors. -- 2.47.3