mirror of
https://github.com/JockeTF/fimfareader.git
synced 2025-03-26 13:01:33 +01:00
4 lines
103 B
Rust
4 lines
103 B
Rust
//! Library prelude.
|
|
|
|
pub use crate::archive::{Fetcher, Story};
|
|
pub use crate::error::{Error, Result};
|