rbook 0.7.4

A fast, format-agnostic, ergonomic ebook library for reading, building, and editing EPUB 2 and 3.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod borrow;
pub(crate) mod collection;
pub(crate) mod doc;
pub(crate) mod iter;
pub(crate) mod str;
pub(crate) mod sync;
pub(crate) mod uri;
pub(crate) mod utf;

pub trait Sealed {}