1
0
Fork 0
mirror of https://github.com/kotovalexarian/jsonapis.rs.git synced 2024-10-30 11:53:58 -04:00

Add test commands to README.md

This commit is contained in:
Alex Kotov 2022-08-02 20:14:38 +04:00
parent b552a4f725
commit 8dec53f9ab
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -2,3 +2,17 @@ jsonapis
========
JSON:API library for Rust.
Test
----
```
cargo test
cargo fmt --check
cargo clippy
cargo run --example builders
cargo run --example client
```