Skip to content

Commit 6b40656

Browse files
authored
Merge pull request #224 from nicholasbishop/bishop-ext4
Add ext4-view section
2 parents 6c6cd75 + ef9f16d commit 6b40656

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/this-month/2024-06/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,14 @@ In this section, we describe updates to Rust OS projects that are not directly r
170170
...<<your project updates>>...
171171
-->
172172

173+
### [`nicholasbishop/ext4-view-rs`](https://github.com/nicholasbishop/ext4-view-rs)
174+
<span class="maintainers">(Section written by [@nicholasbishop](https://github.com/nicholasbishop))</span>
175+
176+
I've released a new Rust crate for reading ext4 filesystems. It's easy to use, with an API very similar to [`std::fs`](https://doc.rust-lang.org/std/fs/index.html). The crate is no-std compatible, but does require an allocator.
177+
178+
Note that by design this crate will remain read-only; writing to an ext4 filesystem is not a goal.
179+
180+
Thanks to [@tedbrandston](https://github.com/tedbrandston) for doing a ton of code review on this project!
173181

174182
## Join Us?
175183

0 commit comments

Comments
 (0)