toml-loader

Crates.iotoml-loader
lib.rstoml-loader
version0.1.1
sourcesrc
created_at2015-09-25 13:00:58.02972
updated_at2015-12-13 23:54:33.024636
descriptionLoad and parse toml files easily
homepage
repositoryhttps://github.com/kerhong/toml-loader
max_upload_size
id3106
size4,855
Edgars Baduns (kerhong)

documentation

https://kerhong.github.io/toml-loader

README

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();
Commit count: 4

cargo fmt