dfraw_json_parser 0.17.5

Library which parses Dwarf Fortress raw files into JSON
Documentation
1
2
3
4
5
6
7
8
9
mod header;
mod parsable_types;
mod parse_file;

// pub use header::read_raw_file_type;
pub use parsable_types::PARSABLE_OBJECT_TYPES;
pub use parse_file::parse_raw_file;
// pub use parse_file::parse_raw_file_with_info;
pub use parse_file::FileParseResults;