jsonapi_core 0.2.0

A typed JSON:API v1.1 serialization library for Rust
Documentation
1
2
3
4
5
error: conflicting field annotations; only one of id, lid, relationship, meta, links, skip is allowed
 --> tests/compile_fail/conflicting_annotations.rs:6:19
  |
6 |     #[jsonapi(id, relationship)]
  |                   ^^^^^^^^^^^^