Skip to content

abhi3700/dummy-json-rs

Repository files navigation

Dummy JSON Rust SDK

This is a Rust SDK for the Dummy JSON API.

Objective: This SDK could be used to handle BE of any Rust App that interacts with the Dummy JSON API.

Build

cargo build -r

Run tests

cargo test -r

Format code

cargo fmt

Lint code

cargo clippy