Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

jack-champagne/cs377-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages