epub-parser 0.2.0

A Rust library for extracting metadata, table of contents, text, cover, and images from EPUB files.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Default)]
pub struct Cover {
    pub href: Option<String>,
    pub content: Option<Vec<u8>>,
}