ebook-rs 0.13.8

Pure Rust multi-format eBook engine (EPUB2/3, MOBI, AZW3, FB2, LIT, CBZ, PDF, ODT, TXT, MD) with SpeechSynthesis TTS Word Synchronizer, Legacy Charset Decoding, Auto Language Detection, Zstd State Caching, Universal EPUB3 Exporter, Zero-Copy mmap, and Readium LCP/Locator APIs.
Documentation
1
2
3
4
5
6
7
8
pub mod container;
pub mod reader;
pub mod symbols;
pub mod writer;

pub use container::{KFX_HEADER_LEN, KFX_MAGIC_CONT, KfxContainer, KfxIndexEntry};
pub use reader::KfxBook;
pub use writer::UniversalKfxExporter;