What is graze?
graze is a zero-boilerplate configuration library.
graze itself does not use serde as a dependency, but can
easily be used alongside the serde ecosystem.
Functions
load_from_pathload_or_defaultload_or_write_default
Examples
Load a configuration using the toml crate
use Deserialize;