Closed jamesmunns closed 6 months ago
Name | Link |
---|---|
Latest commit | 67b795ba2a2367eabbb3a5e08cdba93a19fbd366 |
Latest deploy log | https://app.netlify.com/sites/cute-starship-2d9c9b/deploys/6642405efe16ca00082d0982 |
@ia0 I'd like to merge this some time today, but will probably re-do it from scratch. Let me know when you're done throwing up PRs for the day, and I can force push it to get it merged?
derive(Schema)
, which doesn't do the smart thing that serde::{Serialize,Deserialize}
do, and instead do the suboptimal thing that Rust derives do (e.g. PartialEq
, Clone
, and friends).
This is the first step towards breaking out dependencies into smaller crates