In Memory Key/Value store
What kind of documentation does the project have and where it is located
To build keystore you will need Rust, and cargo
Clone the project:
git clone git@github.com:pgoodjohn/rust-keystore.git
cd rust-keystore
Run the application:
make start
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.
You can run the full test suite with:
make tests