dummy-json-rs 1.0.0

Dummy JSON API client in Rust
Documentation
# Dummy JSON Rust SDK

This is a Rust SDK for the [Dummy JSON API](https://dummyjson.com/).

<u>Objective:</u> 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
```

<!-- 
TODO: 
## Run benchmarks

```bash
cargo bench
``` -->