jack-champagne / cs377-final-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs377-final-project

File system project in Rust Author: Jack Champagne

Description

This project aims to implement as closely as possible project 6 (File systems) in the Rust programming language.

Things that will be directly translated:

  • - main.cpp
  • - fs.cpp
  • - create_fs.cpp

Usage

After cloning

cargo build

The executables are 'create_fs' and 'fs_app' inside of the targets/debug or targets/release subdirectories.

Run them like so if they are in targets/debug for example

cargo run --bin create_fs disk0
cargo run --bin fs_app .\sample.txt

Documentation

For complete project documentation, please visit the following link:

rustdoc docs on github pages

This is inside of the docs folder of this repo and was generated using cargo docs

Thank you!

Final Presentation video

https://drive.google.com/file/d/1Gn_qg5na7ovBd9c0qVrwtowGLSBEo3w0/view?usp=share_link

About


Languages

Language:Rust 100.0%