tinyqr 0.14.1

QR code encoder in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tinyqr"
description = "QR code encoder in Rust"
license = "MIT OR Apache-2.0"
version = "0.14.1"
edition = "2024"
rust-version = "1.89.0"
authors = ["@orsinium"]
keywords = ["qrcode"]
categories = ["encoding", "multimedia::images"]
repository = "https://github.com/orsinium-labs/tinyqr"
readme = "README.md"
exclude = [".travis.yml", ".gitignore", "test-data/**"]

[[example]]
name = "encode_string"