#[deserialize_as] for Queryable and QueryableByName, which I found to be very useful. It is stated in that PR that it was intended to follow that PR with an equivalent #[serialize_as] attribute for Insertable and AsChangeset. I was looking for it and I'd find it really helpful. Is that still on the roadmap?Thanks!
It is still on the roadmap in terms of we would accept a PR implementing this feature. As far as I know none of the regular contributors is currently working on this.
That's great! unfortunately I don't have the bandwidth to understand diesel internals + implement it right now
If I were to give this a shot, would I target current master or the 1.4 branch?
@thomaseizinger New features should always target the master branch.