Add typename attribute and refactor a bunch

This commit should have been two, I know. I feel bad about it.
This commit is contained in:
Lukas Kalbertodt
2021-04-29 23:18:22 +02:00
parent 5d3ccd7b42
commit 651a06b252
5 changed files with 306 additions and 198 deletions

View File

@@ -3,7 +3,7 @@ mod config {
use std::path::PathBuf;
confique::config! {
#[derive(Clone)]
#[derive(Debug, Clone)]
log: {
/// Determines how many messages are logged. Log messages below
/// this level are not emitted. Possible values: "trace", "debug",