Add utility for working with file names, port JSON model to use it

This commit is contained in:
Lucien Greathouse
2019-10-09 18:22:58 -07:00
parent e5684ad947
commit 6b620ddcef
3 changed files with 25 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ mod rbxlx;
mod rbxm;
mod rbxmx;
mod txt;
mod util;
pub use self::error::*;