figa 0.3.0

A layered configuration library for Rust
Documentation
1
2
3
4
5
//! Provides very opinionated loader for config from predefined locations.

use std::{fs, io, path::PathBuf};

use crate::Figa;