Skip to content

Commit b5e5573

Browse files
committed
Use maintainers class for other projects section too
1 parent 5e73ab7 commit b5e5573

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/this-month/2022-07/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ In this section, we describe updates to Rust OS projects that are not directly r
9999

100100
### [`rust-lang/rust`](https://github.com/rust-lang/rust/)
101101

102-
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
102+
<span class="maintainers">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
103103

104104
This Month, [@dvdhrm](https://github.com/dvdhrm) started an initiative to get the `*-unknown-uefi` targets to [Tier-2](https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2). As a first step, they [added a detailed description of the platform](https://github.com/rust-lang/rust/pull/99760) to the rustc book. The entry is already published [in the nightly release of the book](https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html).
105105

106106
Please reach out if you would like to help with this!
107107

108108
### Comparison between [`phip1611/simple-chunk-allocator`](https://github.com/phip1611/simple-chunk-allocator) and [`rust-osdev/linked-list-allocator`](https://github.com/rust-osdev/linked-list-allocator)
109109

110-
<span class="gray">(Section written by [@phip1611](https://github.com/phip1611))</span>
110+
<span class="maintainers">(Section written by [@phip1611](https://github.com/phip1611))</span>
111111

112112
In March 2022, Philipp Schuster proposed his [`simple-chunk-allocator`](https://github.com/phip1611/simple-chunk-allocator)
113113
crate. It focuses on being a very simple-to-use general purpose allocator that "just works" for various workloads
@@ -137,7 +137,7 @@ For concrete measurements, please head to the README of [`simple-chunk-allocator
137137

138138
### [`nt-list`: Windows Linked Lists in idiomatic Rust](https://colinfinck.de/posts/nt-list-windows-linked-lists-in-idiomatic-rust/)
139139

140-
<span class="gray">(Section written by [@ColinFinck](https://github.com/ColinFinck))</span>
140+
<span class="maintainers">(Section written by [@ColinFinck](https://github.com/ColinFinck))</span>
141141

142142
On his quest to develop a ReactOS/Windows bootloader in Rust, Colin Finck released another building block as a reusable `no_std` crate this month.
143143
After [nt-hive](https://github.com/ColinFinck/nt-hive) for reading Windows registry hive files and [ntfs](https://github.com/ColinFinck/ntfs) to access Microsoft's proprietary NTFS filesystem, the [nt-list](https://github.com/ColinFinck/nt-list) crate provides a type-safe and idiomatic Rust interface to work with Windows Linked Lists, known as [`LIST_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/ntdef/ns-ntdef-list_entry) and [`SINGLE_LIST_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/ntdef/ns-ntdef-single_list_entry).
@@ -153,13 +153,13 @@ If you want to give it a spin, the crate is available on [crates.io](https://cra
153153

154154
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
155155

156-
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
156+
<span class="maintainers">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
157157

158158
This month, ...
159159

160160
### [Theseus OS](https://github.com/theseus-os/Theseus)
161161

162-
<span class="gray">(Section written by [Kevin Boos](https://www.theseus-os.com/kevinaboos/) ([@kevinaboos](https://github.com/kevinaboos))</span>
162+
<span class="maintainers">(Section written by [Kevin Boos](https://www.theseus-os.com/kevinaboos/) ([@kevinaboos](https://github.com/kevinaboos)))</span>
163163

164164
Theseus is a safe-language OS written from scratch in Rust that is in the process of migrating from pure academic research objectives to more general usability and legacy compatibility.
165165

0 commit comments

Comments
 (0)