This project implements a simple Key-Value Store using Rust. The store is backed by a JSON file, which allows data persistence across program executions. The program allows the user to interact with ...