This is an implementation from scratch of a distributed file system using Rust programming language, it uses the slave master architecture to store a file on 3 slave nodes. Operations that can be done are either storing a file or displaying a stored file.