kerhong / toml-loader

Load and parse toml files easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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();

About

Load and parse toml files easily

License:MIT License


Languages

Language:Rust 100.0%