1个不稳定版本
使用旧的Rust 2015
0.1.1 | 2015年9月25日 |
---|
#50 在 #config-toml
76 每月下载
4KB
63 行
toml-loader
轻松加载和解析TOML文件
许可证
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();
依赖项
~415KB