mum-rs / mum

Daemon/cli mumble client
MIT License
31 stars 2 forks source link

Better and more convenient config support #121

Closed sornas closed 1 year ago

sornas commented 3 years ago

We want to make it easier to add new configuration values. Currently we need to add strings and what-not in a few different places. Ideally, IMO, we should have a single struct and a proc-macro that generates code for us.