aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
530 stars 97 forks source link

Consider using Serde for configuration saving/loading #84

Closed alekratz closed 7 years ago

alekratz commented 7 years ago

This is a minor request, but I notice that the configuration is only done via JSON. It's a simple enough structure, it could easily be moved to Serde.