jsonapi_core 0.1.2

A typed JSON:API v1.1 serialization library for Rust
Documentation
1
2
3
4
5
error: #[jsonapi(id)] field must be String or Option<String>
 --> tests/compile_fail/non_string_id.rs:7:5
  |
7 |     id: u32,
  |     ^^