# Dummy JSON Rust SDK This is a Rust SDK for the [Dummy JSON API](https://dummyjson.com/). Objective: This SDK could be used to handle BE of any Rust App that interacts with the Dummy JSON API. ## Build ```bash cargo build -r ``` ## Run tests ```bash cargo test -r ``` ## Format code ```bash cargo fmt ``` ## Lint code ```bash cargo clippy ```