1 unstable release

Uses old Rust 2015

0.1.1 Sep 25, 2015

#51 in #config-toml

MIT license

4KB
63 lines

toml-loader

Load and parse toml files easily

Build Status Crates.io Coveralls.io

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