dtolnay / erased-serde

Type-erased Serialize, Serializer and Deserializer traits
Apache License 2.0
709 stars 36 forks source link

Inclusion in serde #3

Closed theduke closed 4 years ago

theduke commented 7 years ago

Do you think this crate has any change of being included in serde proper?

dtolnay commented 7 years ago

Yes! But we are also exploring some alternatives that would be safer and faster. This recent blog post covers one possible alternative:

https://withoutboats.github.io/blog/rust/patterns/traits/2017/01/21/handshake-patterns.html

theduke commented 7 years ago

Interesting link, thanks.

remram44 commented 5 years ago

New URL seems to be https://boats.gitlab.io/blog/post/2017-01-21-handshake-patterns/

dtolnay commented 4 years ago

Closing because I've decided against exposing this functionality in serde.