Skip to content

Commit 9cc02fb

Browse files
authored
Merge pull request #81 from Rust-for-Linux/dev/legacy-info
- README: add information banner on the rename to `pin-init`
2 parents a2fb453 + 3cf4658 commit 9cc02fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Rust-for-Linux/pin-init/test.yml)
77
# `pin-init`
88

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+
921
<!-- cargo-rdme start -->
1022

1123
Library to safely and fallibly initialize pinned `struct`s using in-place constructors.

0 commit comments

Comments
 (0)