jsonapi-rs 0.1.1

JSONAPI implementation for Rust
Documentation
1
2
3
4
5
6
7
8
{
  "related": {
    "href": "http://example.com/articles/1/comments",
    "meta": {
      "count": 10
    }
  }
}