jsonapi_core_derive 0.1.1

Derive macro for jsonapi_core
Documentation

Derive macro implementation for jsonapi_core.

This crate provides the #[derive(JsonApi)] procedural macro that generates ResourceObject, serde::Serialize, and serde::Deserialize impls for user-defined JSON:API resource types. It is re-exported by jsonapi_core under the derive feature (on by default) and is not intended to be used directly.