ScuffleTV / scuffle

Live streaming platform
https://scuffle.tv
224 stars 25 forks source link

Switch from Serde value on config system #102

Open TroyKomodo opened 1 year ago

TroyKomodo commented 1 year ago

Serde value is a bit limiting. Ideally we should implement our own value system which implements serde's deserialize and serialize traits.

We should also be able to track where each value came from

TroyKomodo commented 1 year ago

cc @lennartkloock