epubparse 0.1.0

Parse epub and convert to text-only Book structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Epubparse-rs

WORK IN PROGRESS: absolutely not usable at the current moment

This library aims to convert Epub files into text-only Book structures
that can be used to do analysis of the contained text.

## Design goals
- support all Epub versions 2.0-3.2 
- perform a reasonable conversion into a book with chapters
- serve as core to a epubparse-wasm library (must compile to WASM)