Skip to content

naimjeem/rustore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustore

A simple Key value storage system in Rust

How to get started

  1. Clone the repo git clone [email protected]: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

About

key value store database in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages