Reduce redundant code
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 0
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In the initial 0.1.0 version, a lot of code for both serialization and deserialization ended up being very similar. It would clean things up significantly to reduce code duplication, possibly by declarative macros and combining some `Serializer`s or `Deserializer`s together (for example, I believe there are a couple `Deserializer`s that are just for identifiers, which could be combined into a single `Deserializer`).
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.