An open API service indexing awesome lists of open source software.

https://github.com/jmcph4/simplefs

Simple Unix-style filesystem in Rust
https://github.com/jmcph4/simplefs

filesystem filesystem-api filesystem-interaction filesystem-library osdev posix rust-crate systems-programming unix-like

Last synced: 3 months ago
JSON representation

Simple Unix-style filesystem in Rust

Awesome Lists containing this project

README

        

# SimpleFS #

SimpleFS is a Rust implementation of a very simple Unix-style filesystem.

Inspired by the [OS course at Notre Dame](https://www3.nd.edu/~pbui/teaching/cse.30341.fa17/project06.html).