bionic-ebooks

Crates.iobionic-ebooks
lib.rsbionic-ebooks
version0.1.1
sourcesrc
created_at2023-06-02 18:13:16.495634
updated_at2023-06-02 19:21:36.449403
descriptionTakes an EPUB file and generate a copy with bionic like font applied
homepage
repositoryhttps://github.com/ZePedroResende/bionic-ebooks
max_upload_size
id881119
size141,460
Resende (ZePedroResende)

documentation

README

Bionic Ebooks

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.

example output

Usage

Install

cargo install --git https://github.com/ZePedroResende/bionic-ebooks
bionic-ebooks <path-input.epub> <path-output.epub>

Build

cargo build --release
target/release/bionic-ebooks <path-input.epub> <path-output.epub>

Contributing

PRs accepted.

Commit count: 4

cargo fmt