spitfire05 / dfconfig-rs

Rust config/init file parser for Dwarf Fortress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dfconfig-rs

A config/init file parser for Dwarf Fortress.

ci Crates.io

What?

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.

Why?

I need a DF config parser/manipulator for one of my other projects. Also, boredom.

How?

This library is hosted on crates.io, so using it in your project is as simple as:

[dependencies]
dfconfig = "0.2"

Contributing

PRs are welcome.

About

Rust config/init file parser for Dwarf Fortress

License:MIT License


Languages

Language:Rust 100.0%