Skip to content

Mxn-ptr/kvs-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Rust

Project spec

The cargo project, kvs, builds a command-line key-value store client called kvs, which in turn calls into a library called kvs.

The kvs executable supports the following command line arguments:

  • kvs set <KEY> <VALUE>

    Set the value of a string key to a string

  • kvs get <KEY>

    Get the string value of a given string key

  • kvs rm <KEY>

    Remove a given key

  • kvs -V

    Print the version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published