| Crates.io | dfconfig |
| lib.rs | dfconfig |
| version | 0.2.0 |
| created_at | 2021-02-13 18:11:30.247233+00 |
| updated_at | 2021-02-17 17:17:13.516287+00 |
| description | A config/init file parser for Dwarf Fortress |
| homepage | |
| repository | https://github.com/spitfire05/dfconfig-rs |
| max_upload_size | |
| id | 354802 |
| size | 17,516 |
A config/init file parser for Dwarf Fortress.
A pure Rust implementation of DF's config file format parser, trying to be true to game's internal one. See the documentation for more info.
I need a DF config parser/manipulator for one of my other projects. Also, boredom.
This library is hosted on crates.io, so using it in your project is as simple as:
[dependencies]
dfconfig = "0.1"
PRs are welcome.