[][src]Module jsonapi::model

Re-exports

pub use crate::api::*;

Structs

HashMap

A hash map implemented with linear probing and Robin Hood bucket stealing.

Traits

JsonApiModel

A trait for any struct that can be converted from/into a Resource. The only requirement is that your struct has an 'id: String' field. You shouldn't be implementing JsonApiModel manually, look at the jsonapi_model! macro instead.

Functions

vec_to_jsonapi_document
vec_to_jsonapi_resources