Crates.io | bionic-ebooks |
lib.rs | bionic-ebooks |
version | 0.1.1 |
source | src |
created_at | 2023-06-02 18:13:16.495634 |
updated_at | 2023-06-02 19:21:36.449403 |
description | Takes an EPUB file and generate a copy with bionic like font applied |
homepage | |
repository | https://github.com/ZePedroResende/bionic-ebooks |
max_upload_size | |
id | 881119 |
size | 141,460 |
The Bionic Ebooks is a command-line tool, written in Rust, that takes an EPUB file and generates a copy of it with bionic font applied.
cargo install --git https://github.com/ZePedroResende/bionic-ebooks
bionic-ebooks <path-input.epub> <path-output.epub>
cargo build --release
target/release/bionic-ebooks <path-input.epub> <path-output.epub>
PRs accepted.