mitsuhiko / deser

Experimental rust serialization library
https://docs.rs/deser
Apache License 2.0
289 stars 8 forks source link

Experimental string tunneling and new extension system #40

Open mitsuhiko opened 2 years ago

mitsuhiko commented 2 years ago

This is an experimental implementation for #39.

Generally right now the cost of the extension system is prohibitive runtime wise which is why I'm not entirely sure something like this is the correct approach. This also does not address serialization where the open question is whether this is the responsibility of the serializer or the serializable.