Playing with Rust, Rocket, Juniper.
Go to file
Alex Wright e73a55cfeb Failed attempt at rendering JSON for the rest view
I think something changed for rocket 0.5 becuase rustc is telling me:

```
the trait `Responder<'_, '_>` is not implemented for
  `rocket_contrib::json::Json<Person>`
```

Which I think doesn't make sense. It's their contrib wrapper over serde?
It's versioned ~.4 though so I think I need to bump that.
2021-07-11 15:14:40 +00:00
src Failed attempt at rendering JSON for the rest view 2021-07-11 15:14:40 +00:00
.gitignore This took most of today to get working. 2021-07-11 13:33:02 +00:00
Cargo.lock Failed attempt at rendering JSON for the rest view 2021-07-11 15:14:40 +00:00
Cargo.toml Failed attempt at rendering JSON for the rest view 2021-07-11 15:14:40 +00:00