specta-rs / specta

Easily export your Rust types to other languages
MIT License
254 stars 35 forks source link

Lift Serde above exporters #232

Open oscartbeaumont opened 4 months ago

oscartbeaumont commented 4 months ago

Screenshot 2024-05-16 at 3 01 03 PM

This would simplify the exporters which would be really nice and also mean we don't need to implement Serde's stuff for each language.

oscartbeaumont commented 3 months ago

Tied into #240