A simple rust service implementation for caching items using Redis
You must have rust installed
To run your service you can do the following
make full-build
make run
or
cargo clean && cargo build && cargo run
To organize your Cargo.toml files, you can use cargo-sort which needs to be installed. cargo-sort takes a look at tomlfmt.toml to figure out how to sort your toml file
cargo install cargo-sort
cargo sort