Skip to content

Commit ef9f16d

Browse files
Add ext4-view section
1 parent fd19c8a commit ef9f16d

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
@@ -168,6 +168,14 @@ In this section, we describe updates to Rust OS projects that are not directly r
168168
...<<your project updates>>...
169169
-->
170170

171+
### [`nicholasbishop/ext4-view-rs`](https://github.com/nicholasbishop/ext4-view-rs)
172+
<span class="maintainers">(Section written by [@nicholasbishop](https://github.com/nicholasbishop))</span>
173+
174+
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.
175+
176+
Note that by design this crate will remain read-only; writing to an ext4 filesystem is not a goal.
177+
178+
Thanks to [@tedbrandston](https://github.com/tedbrandston) for doing a ton of code review on this project!
171179

172180
## Join Us?
173181

0 commit comments

Comments
 (0)