# epub-rs Rust library to support the reading of epub files. - Documentation: https://docs.rs/epub - Crate: https://crates.io/crates/epub ## Install Add this to your `Cargo.toml`: ```toml [dependencies] epub = "1.2.2" ``` ## MSRV The minimum supported Rust version is 1.42.0.