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

https://github.com/krondorl/efs

Easy File System, a simple implementation
https://github.com/krondorl/efs

file-system ramdisk rust

Last synced: 3 months ago
JSON representation

Easy File System, a simple implementation

Awesome Lists containing this project

README

        

# Easy File System (EFS)

This project is a practice to create a simple file system implementation.

## Install

[First, you need to install Rust on your system.](https://www.rust-lang.org/tools/install)

## Run

In project folder, execute: `cargo run`

## Build

Run this command: `cargo build --release`

## License

See [the LICENSE file](LICENSE).

## Icon Credits

`Designed by Freepik. Folders icon, UICONS Straight Solid.`

## History

I started the project in August 2024.