An in-emory storage
Pre-release
Pre-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.