qrcoder

Crates.ioqrcoder
lib.rsqrcoder
version0.2.1
sourcesrc
created_at2023-11-22 12:59:09.375646
updated_at2023-12-31 02:02:59.569796
descriptionCLI tool that generates a QR code from a given string.
homepagehttps://github.com/tenax66/qrcoder
repositoryhttps://github.com/tenax66/qrcoder
max_upload_size
id1045138
size24,059
Ryota Hiyoshi (tenax66)

documentation

README

qrcoder

CLI tool that generates a QR code from a given string.

https://crates.io/crates/qrcoder

How to use

install

Run the following command:

cargo install qrcoder

run

It generates a QR code corresponding to the argument string.

qrcoder example.com

See

qrcoder --help
Commit count: 16

cargo fmt