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
I would like to be able to serialize and deserialize Pattern with serde.
It is of course always possible with the newtype pattern,
but it would be nice if this functionality would come with this crate directly, or at least with a companion-create, so everyone can use the same implementation without reinventing the wheel, and also being compatible amongst each other.
I would like to be able to serialize and deserialize
Pattern
with serde.It is of course always possible with the newtype pattern,
but it would be nice if this functionality would come with this crate directly, or at least with a companion-create, so everyone can use the same implementation without reinventing the wheel, and also being compatible amongst each other.
I imagine the solution would be one of:
Pattern
, eitherWhat do you say?
The text was updated successfully, but these errors were encountered: