azt

Crates.ioazt
lib.rsazt
version0.1.0
sourcesrc
created_at2024-09-07 18:21:07.288467
updated_at2024-09-07 18:21:07.288467
descriptionA small CLI tool to create Aztec codes and share data with your phone.
homepagehttps://github.com/minils/azt
repositoryhttps://github.com/minils/azt
max_upload_size
id1367475
size50,771
(minils)

documentation

README

azt - Aztec encoder CLI

A small CLI tool to create Aztec codes and share data with your phone.

Usage

To create an Aztec code from a string use:

$ azt "Hello World! 🗺️"

azt also listens on stdin:

echo "Good morning" | azt -

For scanning use a barcode reader like Binary Eye.

Build

Run cargo build --release

Commit count: 0

cargo fmt