Plan and implement type/trait system for all of our serialisation types
it would still be possible to jump from ap <-> mastoapi, you would just have to query for it through the DB. the conversions are cheap and going through the DB ensures consistency.
Plan and implement type/trait system for all of our serialisation types
we actually only need to go from ap <-> db and db <-> api, so the DB will act as the source of truth. mastoapi/ap are only controlling the machine, so the db can store enough data to satisfy all…
Plan and implement type/trait system for all of our serialisation types
https://www.reddit.com/r/rust/comments/1b98wyj/setting_a_field_in_serde_to_default_to_another/ useful for doing the serde work