rbook 0.7.4

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

pub(crate) type ParserResult<T> = Result<T, crate::ebook::errors::FormatError>;