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:
parent
b552a4f725
commit
8dec53f9ab
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue