Skip to content

kerhong/toml-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages