You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
Serialization and deserialization are troublemakers for me right now since I do not yet see a way to implement them in Rust-ish serde-like way. Something like this maybe:
Serialization and deserialization are troublemakers for me right now since I do not yet see a way to implement them in Rust-ish serde-like way. Something like this maybe:
However, Base64Json is probably just a
NewType
, which means type erasure, but... whatever.My point is that, for now, simple ad-hoc mixins like these would be very useful:
PydanticSQSInputQueue
DataclassSQSInputQueue
etc.
The text was updated successfully, but these errors were encountered: