timClicks / thisthat

Data conversion utility
Other
37 stars 2 forks source link

Port to erased-serde #3

Open timClicks opened 1 year ago

timClicks commented 1 year ago

Even though it's one of the most popular crates in the ecosystem, I didn't know about erased-serde until the weekend (Thanks @obi1kenobi).

Using trait objects rather than the "enum dispatch" approach that's currently used will significantly reduce the internal complexity of the mechanics.