1 unstable release
Uses old Rust 2015
0.1.1 | Sep 25, 2015 |
---|
#50 in #config-toml
76 downloads per month
4KB
63 lines
toml-loader
Load and parse toml files easily
License
MIT
Documentation
https://kerhong.github.io/toml-loader
Examples
use toml_loader::Loader
use std::path::Path;
let toml = Loader::from_file(Path::new("some.toml")).unwrap();
Dependencies
~415KB