2023-06-25 06:52:16 -04:00
|
|
|
//! JMMT Utility Library Thing
|
|
|
|
|
|
|
|
pub mod hash;
|
|
|
|
|
|
|
|
// lower level stuff
|
|
|
|
|
|
|
|
pub mod format;
|
|
|
|
pub mod lzss;
|
|
|
|
|
2023-06-28 00:54:06 -04:00
|
|
|
pub mod util;
|
|
|
|
|
2023-06-25 06:52:16 -04:00
|
|
|
// higher level I/O?
|
2023-06-28 00:54:06 -04:00
|
|
|
pub mod read;
|
2023-06-25 06:52:16 -04:00
|
|
|
// pub mod write;
|
2023-06-26 05:56:27 -04:00
|
|
|
|
|
|
|
// Maybe, using package.toc?
|
|
|
|
// pub mod pakfs;
|