epub-builder 0.1.2

A Rust library for generating EPUB files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ChangeLog
==========

0.1.2 (2017-01-13)
----------------------
* Fix the cover image properties in EPUB3.
* Some code cleaning.

0.1.1 (2017-01-04)
----------------------
* Add `add_cover_image` method to `EpubBuilder`.
* Add `ReferenceType` enum and `reftype` method to `EpubContent` to add items to
	the guide section (EPUB2) or the landmarks section of nav.xhtml (EPUB3).

0.1.0 (2017-01-02)
----------------------
* initial release