Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Prerequisites

  • Rust toolchain (edition 2024)

Install from crates.io

cargo install rsimagetag

This downloads, compiles, and installs the latest published version into ~/.cargo/bin/.

Building from Source

git clone https://github.com/veltzer/rsimagetag.git
cd rsimagetag
cargo build --release

The binary will be at target/release/rsimagetag.

Install Directly

cargo install --path .