Load and parse toml files easily
MIT
https://kerhong.github.io/toml-loader
use toml_loader::Loader
use std::path::Path;
let toml = Loader::from_file(Path::new("some.toml")).unwrap();
Load and parse toml files easily
MIT
https://kerhong.github.io/toml-loader
use toml_loader::Loader
use std::path::Path;
let toml = Loader::from_file(Path::new("some.toml")).unwrap();