Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 405 Bytes

Rustore

A simple Key value storage system in Rust

How to get started

  1. Clone the repo git clone git@github.com:naimjeem/rustore.git
  2. run with path, key and value arguments cargo run -- --path YOUR_PATH KEY VALUE (if path is not provided default path will be ./rustore.db)

it will create file with the given name with .db extension in your path and store the key and value in it