fimfareader/src/archive/mod.rs
2020-05-23 00:25:36 +02:00

9 lines
110 B
Rust

//! Archive module.
mod fetcher;
mod interner;
mod parser;
mod story;
pub use fetcher::*;
pub use story::*;