ebook-rs 0.16.4

Pure Rust multi-format eBook engine (EPUB 2/3, MOBI, AZW3, KFX, FB2, LIT, CBZ, PDF, ODT, DOCX, RTF, TXT, MD) featuring Mozilla UniFFI, Readium CFI/LCP, SpeechSynthesis TTS sync, CJK vertical/RTL reflow, EPUB3 optimizer, AI RAG BM25 chunking, zero-copy search, Zstd caching, Python/WASM bindings, and native MCP server.
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;