dfraw_json_parser 0.17.5

Library which parses Dwarf Fortress raw files into JSON
Documentation
1
2
3
4
5
6
7
mod refs;
mod regex;

/// The file encoding supported by dwarf fortress
pub use refs::DF_ENCODING;
/// Static regex to re-use instead of re-make each time they're needed
pub use regex::*;