epub-parser 0.3.4

A Rust library for extracting metadata, table of contents, text, cover, and images from EPUB files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "epub-parser"

version = "0.3.4"

edition = "2024"

authors = ["zhangwfjh <zhangwfjh@gmail.com>"]

description = "A Rust library for extracting metadata, table of contents, text, cover, and images from EPUB files."

license = "MIT"

repository = "https://github.com/zhangwfjh/epub-parser"

keywords = ["epub", "parser", "metadata", "ebook", "text-extraction"]

categories = ["parser-implementations", "text-processing"]



[dependencies]

zip = "2.1"

quick-xml = "0.36"

ordered_hash_map = "0.5.0"