Skip to content

pgoodjohn/rust-keystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Keystore

In Memory Key/Value store

Documentation 📒

What kind of documentation does the project have and where it is located

Installing 🎬

Prerequisites

To build keystore you will need Rust, and cargo

Setup

Clone the project:

git clone git@github.com:pgoodjohn/rust-keystore.git
cd rust-keystore

Run the application:

make start

Verify the app is running 👽

Once rocket has started you should see the following output in your terminal:

🚀 Rocket has launched from http://localhost:8000

You should now be able to reach the application at the URL specified.

Tests

You can run the full test suite with:

make tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published