rbook 0.7.1

A fast, format-agnostic, ergonomic ebook library for reading, building, and editing EPUB 2 and 3.
Documentation
1
2
3
4
pub(crate) mod xml;
pub(crate) mod zip;

pub(crate) type WriterResult<T> = crate::ebook::errors::EbookResult<T>;