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
- Host: GitHub
- URL: https://github.com/krondorl/efs
- Owner: krondorl
- License: mit
- Created: 2024-08-07T18:28:57.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T17:20:46.000Z (10 months ago)
- Last Synced: 2024-08-10T23:15:14.871Z (10 months ago)
- Topics: file-system, ramdisk, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.