jsonapi 0.3.0

JSONAPI implementation
Documentation

jsonapi-rust

Build Status

This is an implementation of the JSON-API v1 specification at jsonapi.org.

Documentation

Use

Add this crate to your Cargo.toml file,

[dependencies]
jsonapi = "0.1.0"

Test

The command cargo test will run all tests. For more verbose output or output with cargo watch,

RUST_BACKTRACE=1 cargo test -- --nocapture
RUST_BACKTRACE=1 cargo watch "test -- --nocapture"