1 2 3 4 5
//! Provides very opinionated loader for config from predefined locations. use std::{fs, io, path::PathBuf}; use crate::Figa;