1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.
```bash
cargo build -r
```
```bash
cargo test -r
```
```bash
cargo fmt
```
```bash
cargo clippy
```