json-api-rs icon indicating copy to clipboard operation
json-api-rs copied to clipboard

Idiomatic types for building a robust JSON API with Rust

Results 3 json-api-rs issues
Sort by recently updated
recently updated
newest added

Maybe I'm overlooking something very obvious (still a beginner with Rust) but I am having a hard time understanding how to deserialize a resource. I tried looking for test coverage...

Greetings, New to Rust, so please forgive me if there's something obvious I'm missing. From the JSON API spec: > The id member is not required when the resource object...

It would be great if this could be integrated with Diesel, so that a json api could be generated for each table.