wp-mini-epub 0.7.0

Minimal async WP to EPUB downloader | Extremely minimal.
Documentation
1
2
3
4
5
6
7
pub use wp_mini::types::StoryResponse;
pub struct StoryDownload<T> {
    /// The generated EPUB file, either as a PathBuf or Vec<u8>.
    pub epub_response: T,
    /// The full story metadata fetched from Wattpad.
    pub metadata: StoryResponse,
}