dfraw_json_parser 0.17.5

Library which parses Dwarf Fortress raw files into JSON
Documentation
1
2
3
4
5
6
7
8
mod phf_table;
mod raw;
mod token_parsing;
mod tokens;

pub use phf_table::CREATURE_TOKENS as TOKEN_MAP;
pub use raw::Creature;
pub use tokens::CreatureTag as Token;