JSON:API library for Rust https://crates.io/crates/jsonapis
Go to file
Alex Kotov 8dec53f9ab
Add test commands to README.md
2022-08-02 20:14:38 +04:00
examples Fix "examples/builders.rs" 2022-08-02 19:39:05 +04:00
src Add entity ErrorSource 2022-08-02 20:12:37 +04:00
.gitignore Fix .gitignore 2021-10-02 21:52:10 +05:00
Cargo.toml Add entity HttpStatus 2022-08-02 19:18:18 +04:00
LICENSE Add LICENSE 2021-09-10 14:21:45 +05:00
README.md Add test commands to README.md 2022-08-02 20:14:38 +04:00
rustfmt.toml Configure Rust formatter 2021-09-10 15:42:07 +05:00

README.md

jsonapis

JSON:API library for Rust.

Test

cargo test
cargo fmt --check
cargo clippy

cargo run --example builders
cargo run --example client