8000 Release An in-emory storage · lighkLife/kvs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An in-emory storage

Pre-release
Pre-release
Compare
Choose a tag to compare
@lighkLife lighkLife released this 31 Jan 13:02
· 29 commits to master since this release

Task:
Create an in-memory key/value store that passes simple tests and responds
to command-line arguments.

Goals:

  • Install the Rust compiler and tools
  • Learn the project structure used throughout this course
  • Use cargo init / run / test / clippy / fmt
  • Learn how to find and import crates from crates.io
  • Define an appropriate data type for a key-value store

Topics:
testing, the clap crate, CARGO_VERSION etc., the clippy and rustfmt tools.

0