Crates.io | toml-loader |
lib.rs | toml-loader |
version | 0.1.1 |
source | src |
created_at | 2015-09-25 13:00:58.02972 |
updated_at | 2015-12-13 23:54:33.024636 |
description | Load and parse toml files easily |
homepage | |
repository | https://github.com/kerhong/toml-loader |
max_upload_size | |
id | 3106 |
size | 4,855 |
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();