JSON:API library for Rust https://crates.io/crates/jsonapis
Go to file
Alex Kotov 59f92d3cf7
Bump version (0.0.8)
2022-08-03 10:56:37 +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.8) 2022-08-03 10:56:37 +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