dtolnay / erased-serde

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

Preserve error message of errors originated from Serialize impl #101

Closed dtolnay closed 10 months ago

dtolnay commented 10 months ago

This is a refinement of #100.