Skip to content

Commit 493931b

Browse files
authored
Merge pull request #37 from y86-dev/pin-init-rename
rename pinned-init to pin-init
2 parents 720905d + 7a9257e commit 493931b

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Subprojects
1919

2020
- [`klint`](klint.md)
21-
- [`pinned-init`](pinned-init.md)
21+
- [`pin-init`](pin-init.md)
2222
- Hidden [The Safe Pinned Initialization Problem](The-Safe-Pinned-Initialization-Problem.md)
2323
- Hidden [`Arc` in the Linux kernel](Arc-in-the-Linux-kernel.md)
2424
- Hidden [Ksquirrel](Ksquirrel.md)

book.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ git-repository-url = "https://github.com/Rust-for-Linux/rust-for-linux.com"
1212
edit-url-template = ""
1313
no-section-label = true
1414

15+
[output.html.redirect]
16+
"/pinned-init" = "/pin-init"
17+
"/pinned-init.html" = "/pin-init"
18+
1519
[output.html.fold]
1620
enable = true
1721
level = 0

src/pin-init.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# `pin-init`
2+
3+
[`pin-init`](https://github.com/Rust-for-Linux/pin-init) is a solution to [The Safe Pinned Initialization Problem](The-Safe-Pinned-Initialization-Problem.md). It provides safe and fallible initialization of pinned structs using in-place constructors.
4+
5+
The main developer and maintainer is Benno Lossin ([y86-dev](https://github.com/y86-dev/)).

src/pinned-init.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)