JSON:API library for Rust https://crates.io/crates/jsonapis
Go to file
Alex Kotov 3f3954d071
Rename entity Error to ErrorObject
2022-08-03 10:55:48 +04:00
examples Add struct field Document.errors 2022-08-03 01:09:53 +04:00
src Rename entity Error to ErrorObject 2022-08-03 10:55:48 +04:00
.gitignore Fix .gitignore 2021-10-02 21:52:10 +05:00
Cargo.toml Bump version (0.0.7) 2022-08-03 10:34:12 +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