Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 422 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 422 Bytes

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